Add index.html

This commit is contained in:
heehee 2024-03-30 01:40:15 +00:00
parent 60acffbf59
commit 356e80a7a1
1 changed files with 91 additions and 0 deletions

91
index.html Normal file
View File

@ -0,0 +1,91 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>heehee!</title>
</head>
<body>
<div id="template">
<h1>
Hey!
</h1>
<br>
<customtext>Hi, welcome to my little website!</customtext>
<br>
<br>
<customtext>Don't really expect any cool things on this website, because I don't really know <anothertext>HTML,CSS,JS</anothertext>.</customtext>
<br>
<br>
<p>For now, <anothertesxt>take care!</anothertesxt></p>
<footer>© heehee's <anothertext>super duper awesome website</anothertext></footer> <!--not even a real trademark lol-->
</div>
<div id="interest">
<h1>Interests</h1>
<code>- Open source stuff</code>
<br>
<code>- Coding</code>
<br>
<code>- Radio</code>
<br>
<code>- The whole Tildeverse</code>
<br>
<code>- OSes like Linux, Ubuntu,....</code>
<br>
<code>- The Big Bang Theory lol</code>
<br>
<code>- Michael Jackson, heehee!</code>
</div>
<div id="info">
<code><h1>Contacts</h1></code>
<br>
<code>|--Matrix: (at)heehee(at)vern(dot)cc</code>
<pre></pre>
<code>|--Mail: heehee(at)vern(dot)cc</code>
<pre></pre>
<code>|--XMPP: heehee(at)vern(dot)cc</code>
<pre></pre>
<code>|--Mastodon: (at)hee(at)iejl(dot)de</code>
</div>
<div id="anotherfooter">
<br>
<p>~Vern</p>
<br>
<h1>Proudly hosted on ~vern, a part of the <customtextagain>Tildeverse</customtextagain>.</h1>
<br>
<h2><red>Privacy</red> is a <red>human right.</red></h2>
</div>
</body>
</html>