-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
52 lines (43 loc) · 1.2 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
49
50
51
52
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<link rel="stylesheet" href="./assets/css/skeleton/normalize.css">
<link rel="stylesheet" href="./assets/css/skeleton/skeleton.css">
<link rel="stylesheet" href="./assets/css/index.css">
<body>
<div id="timer"></div>
<section role="main">
<div class="container">
<div class="content">
<h1 class="title">Miyamoto Corp</h1>
<br>
<br>
<div class="gray">
<h4 class="red">
Current projects:
</h4>
<ol>
<li>
Researching protocols
</li>
</ol>
<br>
<br>
<br>
</div>
</div>
<footer class="footer">
<p class="gray quote">
All of our time and attention are spoken for. Please do not ask for them.
</p>
</footer>
</div>
</section>
<script type="text/javascript">
console.log("Please do not contact us. We will contact you.")
</script>
</body>
</html>