Files
old-personal-website/public/projects/bin/homepage/homepage.html
T
Simon O'Shea 3564498917 added some javascript for theme changing
need to test on other machine
2023-09-23 17:53:36 -04:00

107 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="homepage-css.css">
<meta Content-Type: text/html/javascript; charset=utf-8/>
</head>
<title>~ welcome home</title>
<body>
<div id = "black-box">
<br>
<hr id = "top" style = "width: 13rem;">
<h1> <b> <h2 id = "left-arrow"><-</h2> example title <h2 id = "right-arrow">-></h2> </b> </h1>
<hr id = "bottom" style = "width: 13rem;">
<section id = "entertainment">
<a href = "https://trali.blue/projects/homepage.html">example link</a>
<br>
<a href = "https://trali.blue/projects/homepage.html">example link</a>
<br>
<a href = "https://trali.blue/projects/homepage.html">example link</a>
<br>
<a href = "https://trali.blue/projects/homepage.html">example link</a>
<br>
<a href = "https://trali.blue/projects/homepage.html">example link</a>
<br>
</section>
<hr id = "top" style = "width: 7.5rem;">
<h1> <b> <h2 id = "left-arrow"><-</h2> example title <h2 id = "right-arrow">-></h2> </b> </h1>
<hr id = "bottom" style = "width: 7.5rem;">
<section id = "work">
<a href = "https://trali.blue/projects/homepage.html">example link</a>
<br>
<a href = "https://trali.blue/projects/homepage.html">example link</a>
<br>
<a href = "https://trali.blue/projects/homepage.html">example link</a>
<br>
<a href = "https://trali.blue/projects/homepage.html">example link</a>
<br>
<a href = "https://trali.blue/projects/homepage.html">example link</a>
<br>
<a href = "https://trali.blue/projects/homepage.html">example link</a>
<br>
</section>
<hr id = "top" style = "width: 3.5rem;">
<h1> <b> <h2 id = "left-arrow"><-</h2> example title <h2 id = "right-arrow">-></h2> </b> </h1>
<hr id = "bottom" style = "width: 3.5rem;">
<section id = "forums">
<a href = "https://trali.blue/projects/homepage.html">example link</a>
<br>
<a href = "https://trali.blue/projects/homepage.html">example link</a>
<br>
<a href = "https://trali.blue/projects/homepage.html">example link</a>
<br>
<a href = "https://trali.blue/projects/homepage.html">example link</a>
<br>
<a href = "https://trali.blue/projects/homepage.html">example link</a>
<br>
<a href = "https://trali.blue/projects/homepage.html">example link</a>
<br>
</section>
</div>
<audio controls loop>
<source src = "koan sound + asa - fuego (sakuraburst remix).mp3" />
</audio>
</body>
<script src="script.js">
</script>
</hmtl>