-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (20 loc) · 916 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/images/favicon.png">
<link rel="stylesheet" type="text/css" href="static/css/bulma.css">
<link rel="stylesheet" type="text/css" href="static/css/bulma-extensions.min.css">
<link rel="stylesheet" type="text/css" href="static/css/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<title>Glee Club</title>
</head>
<body>
<noscript>
<strong>We're not sorry, but Greasy Web doesn't work without JavaScript because this is the 21st century. Enable it to continue.</strong>
</noscript>
<div id="app"></div>
</body>
</html>