-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (25 loc) · 1.12 KB
/
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
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<title>SkillUP</title>
<meta property="og:title" content="SkillUP">
<meta name="description" content="DONTFORGETTOSETUPTHIS">
<meta property="og:description" content="DONTFORGETTOSETUPTHIS">
<link rel="canonical" href="DONTFORGETTOSETUPTHIS">
<meta property="og:url" content="DONTFORGETTOSETUPTHIS">
<meta property="og:image" content="DONTFORGETTOSETUPTHIS">
<link rel="stylesheet" href="/styles/cutereset.css">
<link rel="stylesheet" href="/styles/style.css">
<link rel="stylesheet" href="/styles/nprogress.css">
<link href="https://fonts.googleapis.com/css?family=Poppins:600,500,400,300" rel="stylesheet" type="text/css">
</head>
<body>
<div id="root"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/blueimp-md5/2.3.0/js/md5.min.js"></script>
<script src="/dist/bundle.js"></script>
</body>
</html>