1
0

Initial commit!

This commit is contained in:
2025-06-04 01:01:42 -05:00
commit fdc835aa45
36 changed files with 1157 additions and 0 deletions

55
index.html Normal file
View File

@ -0,0 +1,55 @@
<!DOCTYPE html>
<html>
<!--
Background image credit: https://www.deviantart.com/sequency/art/Windows-NT-Sky-149092015
iR Git Site Index (Source Code: https://git.technolog.network/iraven/publicsite)
I welcome you to the mess of things called the source code! XD
Kinda makes this site what it is. *Somewhat* plain and simple and coded by hand.
You wanna know in on a secret?
...you're super awesome. No buts. c:
-->
<head>
<link rel="stylesheet" type="text/css" href="default.css">
<link rel="stylesheet" type="text/css" href="buttons.css">
<!--<link rel="stylesheet" type="text/css" href="snow.css"> -->
<meta name=”robots” content=”noindex,nofollow”>
<meta name="title" content="iRaven">
<meta name="description" content="Website of a depressed degenerate introverted weirdo. Nothing to see here.">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>iRaven</title>
</head>
<body>
<center>
<img name="xeno">
<!--<img src="siteimg/deioxpk-xmas1_smol.png" title="Have festive hors. - Art by LimeDazzle" width="400">-->
<!-- <img src="siteimg/xenopan_50pcrop.png" title="Have proud pansexual hors. - Art by Vivian Reed VA" width="550"> -->
<br>
<img src="siteimg/monitor_moon.png" title="Mood.">
<br><img src="siteimg/LGBTQplus_Progress_Flag.png" width="32px" title="i stand strongly with LGBTQ+ rights. <3">
<div class=navbuttons>
<!-- <a href="mypcs/"><img src="siteimg/pc.png">Computers and MORE Computers</a>
<a href="links.html"><img src="siteimg/net.png">Other Things Waaaaaaay Cooler Than Me</a>
<br> -->
<a href="about.html"><img src="siteimg/deioxpk-32.png">About Me (and my horsie)</a>
<a href="ocref.html"><img src="siteimg/cd.png">OC References</a>
<a href="blog/"><img src="siteimg/notepad.png">Tech and Tinkering Blog</a>
<!-- <a href="software.html"><img src="siteimg/filegear.png">Softwares</a> -->
<!--<a href="test.html"><img src="siteimg/net2.png">Test Button 3</a>-->
</div>
<!-- <br>
<h1>Hi.</h1>
<p>Welcome to the site of a certain pansexual midnight blue unicorn doing things around the WWW. :3</p>
<p>It may look like it's 1996, but don't fret, this site is just as functional as modern ones!</p>
<p>Just... without any heavy JavaScript or CSS. Old computers are lovely and they deserve to be compatible.</p>
<p>Trans rights are human rights, trans people are very valid and deserve to be who they want to be. <3</p>
<br> -->
</center>
<!-- Snow -->
<!--<script src=snowstorm.js></script>-->
<script src="xeno.js"></script>
<!-- toot (mastodon)-->
<a rel="me" href="https://pony.social/@iRaven"></a>
</body>
</html>