-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (35 loc) · 1.41 KB
/
index.html
File metadata and controls
48 lines (35 loc) · 1.41 KB
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>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="vepqEQ39tvav-9Lf78G9QpblfHt0TgfX5JGHEJsUfXE" />
<title>Home | typewriter1.github.io</title>
<link href="https://fonts.googleapis.com/css?family=Exo+2" rel="stylesheet">
<link rel="stylesheet" href="css/contentstyles.css">
<link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
<link rel="shortcut icon" type="image/png" href="https://typewriter1.github.io/images/favicon.png"/>
<link rel="icon" type="image/png" href="images/favicon.png"/>
<link rel="icon" type="image/png" href="https://typewriter1.github.io/images/favicon.png"/>
<script src="https://assets.digitalclimatestrike.net/widget.js" async></script>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</nav>
<h1>Home</h1>
<div class="content">
<p>
Hello! This is my website.
</p>
<p>
You can see some games I have made <a href="https://typewriter1.github.io/games.html">here</a>, and some things that
I have made <a href="https://typewriter1.github.io/projects.html">here</a>.
</p>
<iframe src="https://climate.nasa.gov/interactives/climate_time_machine" width="900" height="700" style="max-width:100%"></iframe>
</div>
</body>
</html>