-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 908 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<body>
<ul>
<li><h3>DogOS</h3></li>
<li>Home</li>
<li><a href="about.html">About</a></li>
</ul>
<h1>Home</h1>
<hr>
<p>
Welcome to DogOS! You should be viewing this in the web browser in DogOS!<br>
If so, thank you for checking out DogOS!<br>
You may see that this is just a basic HTML page, usually found in what we call <i>Web 1.0</i>.<br>
DogOS can parse HTML 2.0, which is very limited on what it can do.<br>
I did not want to make a HTML 5 parser, which would just be too large and would take more time.<br>
So, enjoy viewing the old web!<br><br>
<i>p.s. if you try to view a modern site that is above HTML 2, you will just get a error message.</i>
</p>
</body>
</html>