2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2020-02-21 21:54:17 -06:00
|
|
|
<link rel="stylesheet" type="text/css" href="/static/style.css" xmlns="http://www.w3.org/1999/html">
|
2020-02-16 15:33:09 -06:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Joey Hines.</title>
|
2022-12-26 20:48:29 -06:00
|
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/hack-font/3.3.0/web/hack.min.css" rel="stylesheet">
|
2020-02-16 15:33:09 -06:00
|
|
|
<link rel='shortcut icon' href='/static/logo.png'/>
|
2021-05-12 12:07:20 -05:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2020-02-16 15:33:09 -06:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="center">
|
|
|
|
<a class="no_underline" href="/"> <h1 class="heading"> Joey Hines.</h1></a>
|
|
|
|
<div class="terminal">
|
2022-12-26 20:48:29 -06:00
|
|
|
<div class="text body">
|
2020-02-16 15:33:09 -06:00
|
|
|
<span class="prompt">joey@ahines:~$</span> {% block command %}{% endblock command %} <br/>
|
|
|
|
{% block content %}{% endblock content %}
|
|
|
|
<br/>
|
2022-12-26 20:48:29 -06:00
|
|
|
</div>
|
|
|
|
<span class="prompt text body">joey@ahines:~$</span> <span class="blinking"> ▊ </span>
|
2020-02-16 15:33:09 -06:00
|
|
|
</div>
|
|
|
|
<h6 class="text"> © <script type="text/javascript">document.write( new Date().getFullYear().toString());</script> Joey Hines</h6>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|