-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (23 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>WIP Camp 12 - Star Dust</title>
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta http-equiv="cleartype" content="on">
<meta name="format-detection" content="telephone=no">
<script src="/runtime-config.js"></script>
<link rel="icon"
href="https://raw.githubusercontent.com/wipcamp/12-itimworld/master/public/img/favicon.ico">
<style>
@font-face {
font-family: 'Russo One', sans-serif;
src: url('https://fonts.googleapis.com/css?family=Russo+One&display=swap');
}
</style>
</head>
<body>
<div id="content" style="font-family: 'Russo One', sans-serif; display: block; width: 100%; text-align: center"></div>
<script type="text/javascript" src="./dev/vendor.js"></script><script type="text/javascript" src="./dev/app.js"></script></body></html>