-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
23 lines (20 loc) · 879 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 lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>WebSynth!</title>
<!-- Base CSS -->
<link href='https://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Press+Start+2P' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="public/dist/styles.css">
</head>
<body>
<div id="container"></div>
<!-- Base JS Entrypoints -->
<script type="text/javascript" src="public/dist/vendor.js" charset="utf-8"></script>
<script type="text/javascript" src="public/dist/bundle.js" charset="utf-8"></script>
</body>
</html>