-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (29 loc) · 1.08 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
33
34
<!doctype html>
<html>
<head>
<meta charset='utf8'>
<meta name='viewport' content='width=device-width'>
<title>Accommodate</title>
<link rel='icon' type='image/png' href='/favicon.png'>
<link href="https://fonts.googleapis.com/css?family=Montserrat:800&display=swap" rel="stylesheet">
<link rel='stylesheet' href='public/bundle.css'>
<link rel='stylesheet' href='public/globalStyles.css'>
<link rel='stylesheet' href='public/appbundle.css'>
<style>
body {
margin: 0; padding: 0;
overflow-x: hidden;
background-color: #f9f9f9;
font-size: 16px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
background: linear-gradient(135deg, rgba(249,249,249,1) 60%,rgba(167, 230, 238, 0.5) 90%, rgba(167, 230, 238, .75) 100%);
background-position: bottom right;
background-attachment: fixed;
}
</style>
</head>
<body>
<script src='public/bundle.js'></script>
<script src="public/js/tinymce/tinymce.min.js"></script>
</body>
</html>