134 lines
3.8 KiB
HTML
134 lines
3.8 KiB
HTML
|
<!DOCTYPE html>
|
||
|
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Boreal's Webzone / Home</title>
|
||
|
<link
|
||
|
href="cyanobacteria.css"
|
||
|
rel="stylesheet"
|
||
|
type="text/css"
|
||
|
media="all"
|
||
|
/>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
<meta charset="utf-8" />
|
||
|
<style>
|
||
|
.responsive-iframe {
|
||
|
position: relative;
|
||
|
justify-content: center;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
bottom: 0;
|
||
|
right: 0;
|
||
|
width: 100%;
|
||
|
padding-top: 10px;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
<header>
|
||
|
<span>Boreal's Webzone</span>
|
||
|
</header>
|
||
|
|
||
|
<div class="small">
|
||
|
<nav>
|
||
|
<h1>Navigation</h1>
|
||
|
<a href="https://borealzip.atabook.org">Guestbook</a>
|
||
|
<a href="./collectables">Collectables</a>
|
||
|
<a href="./sitewall.html">Other Sites</a>
|
||
|
<br />
|
||
|
<h4 style="display: flex; justify-content: center">Community AD</h4>
|
||
|
<div style="display: flex; justify-content: center">
|
||
|
<iframe
|
||
|
width="180"
|
||
|
height="180"
|
||
|
style="border: none"
|
||
|
src="https://dimden.neocities.org/navlink/"
|
||
|
name="neolink"
|
||
|
></iframe>
|
||
|
</div>
|
||
|
</nav>
|
||
|
</div>
|
||
|
|
||
|
<section class="half">
|
||
|
<h1>Welcome to my internet zone!</h1>
|
||
|
<p>
|
||
|
This is my site dedicated to experiencing the web like it's the 90s. I
|
||
|
grew up as Web 1.0 was starting to fade out in favor of 2.0 and with
|
||
|
the misuse and misappropriation of 3.0 I decided to go back and try
|
||
|
something tried and true.
|
||
|
</p>
|
||
|
<br />
|
||
|
<h1>Blog</h1>
|
||
|
<iframe
|
||
|
height="750"
|
||
|
class="responsive-iframe"
|
||
|
src="./blog.html"
|
||
|
name="blogframe"
|
||
|
frameborder="0"
|
||
|
></iframe>
|
||
|
</section>
|
||
|
<div class="small">
|
||
|
<nav>
|
||
|
<img src="./images/avator250x250.png" alt="Boreal's Avatar" />
|
||
|
<h1></h1>
|
||
|
<div style="display: flex; justify-content: center; flex-wrap: wrap">
|
||
|
<img
|
||
|
src="https://88by31.neocities.org/web/linux_powered.gif"
|
||
|
alt="Linux Powered"
|
||
|
/>
|
||
|
<br />
|
||
|
<img
|
||
|
src="https://88by31.neocities.org/web/009button.gif"
|
||
|
alt="I use Firefox"
|
||
|
/>
|
||
|
<br />
|
||
|
<img
|
||
|
src="https://88by31.neocities.org/drugs/legal.gif"
|
||
|
alt="legalize Weed"
|
||
|
/>
|
||
|
<br />
|
||
|
<img
|
||
|
src="https://88by31.neocities.org/now/piracy.gif"
|
||
|
alt="Pro Piracy"
|
||
|
/>
|
||
|
<br />
|
||
|
<img src="./images/buttons/gunpla88x31.png" alt="Gunpla" />
|
||
|
<br />
|
||
|
|
||
|
<img src="./images/dablinkie.gif" alt="dablinkie" />
|
||
|
</div>
|
||
|
</nav>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<footer>
|
||
|
<span>
|
||
|
Theme based on cyanobacteria.css by
|
||
|
<a href="https://ribo.zone">ribo.zone</a>
|
||
|
<br />
|
||
|
<!-- Start of CuterCounter Code -->
|
||
|
<a href="https://www.cutercounter.com/" target="_blank">
|
||
|
<img
|
||
|
src="https://www.cutercounter.com/hits.php?id=humxppqaq&nd=6&style=21"
|
||
|
border="0"
|
||
|
alt="Unique Visitors"
|
||
|
/>
|
||
|
</a>
|
||
|
<!-- End of CuterCounter Code -->
|
||
|
<br />
|
||
|
<!-- Start of CuterCounter Code -->
|
||
|
<a href="https://www.cutercounter.com/" target="_blank">
|
||
|
<img
|
||
|
src="https://www.cutercounter.com/hits.php?id=hxppqac&nd=6&style=15"
|
||
|
border="0"
|
||
|
alt="Visits"
|
||
|
/>
|
||
|
</a>
|
||
|
<!-- End of CuterCounter Code -->
|
||
|
</span>
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|