-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathother.html
35 lines (24 loc) · 951 Bytes
/
other.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
<head>
<title>A webcomic merely about stuff</title>
<link rel="stylesheet" type="text/css" href="mystyle.css">
<!-- <script type="text/javascript" language="javascript" scr="myjs.js"></script> -->
</head>
<body>
<main>
<div class="page-box">
<div class="containerHead">
<h1 id="penis" class="headline center">
A WEBCOMIC MERELY ABOUT STUFF</h1>
</div>
<div class="home-contact-etc">
<a href=https://merelyaboutstuff.com><h2>Home</h2></a>
<a href="contact.html"><h2>Contact</h2></a>
</div>
<a href="t-rex-runner-clone/index.html"><h2>Web scrapeable dinosaur game for AI training</h2></a>
</main>
<!-- JAVASCRIPT -->
<script src="myjs.js"></script>
<noscript>Sorry, your browser does not support JavaScript!</noscript>
</body>