fdbf49f932
effectively restructured site, added new theme, and improved organization
28 lines
593 B
HTML
28 lines
593 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="style.css"/>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="main">
|
|
<p>
|
|
<br><br><br><br><br><br>
|
|
<img src="bg.png" width="50%" /><br><br>
|
|
hello<span class="blink1">.</span><span class="blink2">.</span><span class="blink3">.</span><br>feel free to look around and make yourself at home<br><br>
|
|
|
|
~
|
|
<a href="logs/logs.html">logs</a>
|
|
-
|
|
<a href="projects/projects.html">projects</a>
|
|
-
|
|
<a href="about.html">about</a>
|
|
~
|
|
<br><br>
|
|
<a href="../light/index.html" style="font-size: .75em;">change theme</a>
|
|
</p>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |