-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 903 Bytes
/
index.html
File metadata and controls
23 lines (22 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html>
<head>
<title>Rad10's Mainpage</title>
<style>
</style>
</head>
<body>
<h1>Error 404: oops :P</h1>
<p>It looks like you got the wrong url for one of my sites. I could leave you in the dust, but I'll help you on this one :)</p>
<p>Since you got it wrong, heres the sites you can go to:</p>
<ul>
<li><a href="college/">College Page</a></li>
<li><a href="learn/">My site to teach students how to code</a></li>
<li><a href="personal/">Here's an old site that i used to work on</a></li>
<li><a href="roadtrip/">Here's a roadtrip site to for a physics presentation</a></li>
<li><a href="germanTrip/">Here's a plan for s vacation in Germany in explicit detail</a></li>
<li><a href="mhsweb1/">Here's my old web 1 page to be used as example for code</a></li>
<li><a href="https://github.com/rad10">My official github page (where you can find my other code)</a></li>
</ul>
</body>
</html>1