We going plaintext now boys

This commit is contained in:
2020-12-20 08:20:13 -06:00
parent b157aaf5f2
commit 9a8d2b24b5
26 changed files with 62 additions and 154 deletions

View File

@@ -1,5 +0,0 @@
<!--
<div class="footer">
<p>desu</p>
</div>
-->

View File

@@ -1,7 +1,15 @@
<div class="header logocontainer">
<img class="logo" src="<?php
$files = glob('images/logo/*');
$message = $files[array_rand($files, 1)];
echo "$message";
?>" alt="logo" width=768 height=768 />
<div class="header">
<pre>
_ _ _ _
__| | ___ ___ _ _ | | |_ __| |
/ _` |/ _ \/ __| | | | | | __/ _` |
| (_| | __/\__ \ |_| |_| | || (_| |
\__,_|\___||___/\__,_(_)_|\__\__,_|
</pre>
<nav>
<ul>
<li><a href="/">index</a></li>
<li><a href="/test">404</a></li>
</ul>
</nav>
</div>

View File

@@ -2,6 +2,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Inconsolata:300,400,500" rel="stylesheet">
<link href="/styles/styles.css" type="text/css" rel="stylesheet" />
<link href="/favicon.ico" rel="shortcut icon" />
<link rel="alternate" href="/feed" title="9iron RSS Feed" type="application/rss+xml" />