-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
27 lines (25 loc) · 1011 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
<!-- This thing will be open source soon, currently WIP -->
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<meta charset="utf-8">
<meta name="theme-color" content="#BAAFE0">
<meta name="description" content="All the projects done by Avi Aryan">
<title>Avi Aryan's Portfolio</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
<link href="dist/styles.css" rel="stylesheet">
<link rel="manifest" href="/manifest.json">
</head>
<body>
<div id="app" style="height: 100%;">
<div style="height: 100%; text-align: center; font-size: 4rem; margin-top: 4rem; opacity: 0.54; font-family: 'Open Sans', sans-serif">
Loading ...
</div>
</div>
<!--<script async defer src="dist/vendor.bundle.js"></script>-->
<script async defer src="dist/bundle.js"></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>