-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (22 loc) · 1010 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
24
25
26
27
28
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>FST LISBOA</title>
<!-- Created Styles & Scripts-->
<link rel="stylesheet" href="./styles/index.css">
<script src="./locales/locales.js"></script>
<script src="./locales/partials.js"></script>
<!-- Vendor Libraries -->
<link rel="stylesheet" href="./dist/bootstrap-grid.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="stylesheet" href="./dist/hamburgers.css">
<script type="text/javascript" src="./scripts/fa-brands.js"></script>
</head>
<body onresize="updateDevice()">
<div id="header"></div>
<div id="panels" class="panels col-xs-12"></div>
</body>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script src="./scripts/index.js"></script>
</html>