-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (37 loc) · 1.54 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<html prefix="og: http://ogp.me/ns#" class="no-js" lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-18395336-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-18395336-1');
</script>
<title>7room</title>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@7room" />
<meta property="og:title" content="7room" />
<meta property="og:description" content="We create products that make your life better." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://7room.net" />
<meta property="og:image" content="https://7room.net/img/cover.png" />
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/foundation.css" />
<link rel="stylesheet" href="css/app.css" />
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body>
<img src="img/hero.png" alt="7room" class="centered fade-in">
<footer>
<p>© 2020 7room</p>
</footer>
<script src="js/vendor/jquery.min.js"></script>
<script src="js/vendor/what-input.min.js"></script>
<script src="js/foundation.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>