1
0

devenzone

This commit is contained in:
devenblake 2020-10-20 09:15:58 -04:00
parent eec48663fa
commit 6ef6831d9e
2 changed files with 36 additions and 0 deletions

BIN
homepage/DEVENZONE.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

36
homepage/devenzone.html Normal file
View File

@ -0,0 +1,36 @@
<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>