1
0

Re-arranged some stuff

This commit is contained in:
devenblake
2020-10-25 10:34:59 -04:00
parent 8e69e52ac5
commit 03ca777f87
8 changed files with 176 additions and 161 deletions

View File

@@ -1,36 +1,40 @@
<html>
<head>
<title>devenzone</title>
</head>
<body>
<script>var number = 0;</script>
<h1><marquee>deven zone</marquee></h1>
<p align="center"><b>DEVEN ZONE 2020</b></p>
<p>attempts at happiness:</p>
<p id="number">0</p>
<h2>what is deven zone</h2>
<p>it's deven zone</p>
<h3>what is deven</h3>
<p>don't ask that question</p>
<h3>what is zone</h3>
<p>zone</p>
<h2>check this out</h2>
<img src="DEVENZONE.bmp" alt="i guess you'll never know the secrets of devenzone" />
<p>this is you right now</p>
<h2>where am i</h2>
<p>world wide web</p>
<h2>who made this</h2>
<p>see <code>what is deven zone/what is deven</code></p>
<h2>what will i do next</h2>
<p>i dont know</p>
<h2>devenzone facts</h2>
<p>the site you're browsing is devenzone. if you aren't browsing devenzone please browse devenzone</p>
<p>there is no advertising on devenzone because devenzone itself is advertising (for devenzone)</p>
<p>devenzone is free, except when it costs money</p>
<h2>have you seen this?</h2>
<p><a href="https://www.dailymail.co.uk/news/article-2305751/Margaret-Thatcher-dead-Former-prime-minister-dies-87-massive-stroke.html">another good deed carried out by devenzone</a></p>
<input type="button" value="press this to be happy" onclick="getElementById('number').innerHTML = ++number;" />
<p>did it work? "i wish the button worked" ~ george bush</p>
<h1>the end</h1>
</body>
</html>
<!DOCTYPE html>
<HTML>
<HEAD>
<LINK rel="canonical" href="http://blake.instantfloppy.net/devenzone" />
<META charset="US-ASCII" />
<META name="viewport" content="width=device-width, initial-scale=1" />
<TITLE>devenzone</TITLE>
</HEAD>
<BODY>
<SCRIPT>var number = 0;</SCRIPT>
<H1><MARQUEE>deven zone</MARQUEE></H1>
<P align="center"><B>DEVEN ZONE 2020</B></P>
<P>attempts at happiness:</P>
<P id="number">0</P>
<H2>what is deven zone</H2>
<P>it's deven zone</P>
<H3>what is deven</H3>
<P>don't ask that question</P>
<H3>what is zone</H3>
<P>zone</P>
<H2>check this out</H2>
<IMG src="DEVENZONE.bmp" alt="i guess you'll never know the secrets of devenzone" />
<P>this is you right now</P>
<H2>where am i</H2>
<P>world wide web</P>
<H2>who made this</H2>
<P>see <CODE>what is deven zone/what is deven</CODE></P>
<H2>what will i do next</H2>
<P>i dont know</P>
<H2>devenzone facts</H2>
<P>the site you're browsing is devenzone. if you aren't browsing devenzone please browse devenzone</P>
<P>there is no advertising on devenzone because devenzone itself is advertising (for devenzone)</P>
<P>devenzone is free, except when it costs money</P>
<H2>have you seen this?</H2>
<P><A href="https://www.dailymail.co.uk/news/article-2305751/Margaret-Thatcher-dead-Former-prime-minister-dies-87-massive-stroke.html">another good deed carried out by devenzone</A></P>
<INPUT type="button" value="press this to be happy" onclick="getElementById('number').innerHTML = ++number;" />
<P>did it work? "i wish the button worked" ~ george bush</P>
<H1>the end</H1>
</BODY>
</HTML>