-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (19 loc) · 872 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Andor Salga</title>
</head>
<body>
<div id="app"></div>
<script type="application/javascript" src="static/jquery.min.js"></script>
<script type="application/javascript" src="static/jquery.poptrox.min.js"></script>
<script type="application/javascript" src="static/jquery.scrolly.min.js"></script>
<script type="application/javascript" src="static/jquery.scrollex.min.js"></script>
<script type="application/javascript" src="static/browser.min.js"></script>
<script type="application/javascript" src="static/breakpoints.min.js"></script>
<script type="application/javascript" src="static/util.js"></script>
<script type="application/javascript" src="static/main.js"></script>
</body>
</html>