-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (27 loc) · 819 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
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<title>title</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="static/stylesheet1.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<style>
body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif}
</style>
<body class="light-grey center">
<!-- begin content-->
<div class="content" style="max-width:1400px">
<!-- header -->
<header class="container center padding-32">
<h1><b>header</b></h1>
</header>
<div id="app"/>
<script type="text/javascript" src="./js/bundle.js"></script>
<!-- end content -->
</div>
<!-- footer -->
<footer class="container center padding-32 margin-top" style="width:100%">
<p>practice makes marginal improvement</p>
</footer>
</body>
</html>