This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
magicka/www/header.tpl

20 lines
431 B
Smarty
Raw Normal View History

<HTML>
<HEAD>
2016-08-17 00:55:03 +00:00
<TITLE>Magicka BBS</TITLE>
<link rel="stylesheet" type="text/css" href="/static/style.css">
</HEAD>
<BODY>
2016-08-17 00:55:03 +00:00
<div class="header">
<img src="/static/header.png" alt="Magicka BBS" />
</div>
2016-08-19 05:23:04 +00:00
<div class="menu">
<ul>
<li><a href="/">Home</a></li>
2016-08-21 05:08:56 +00:00
<li><a href="/last10/">Last 10 Callers</a></li>
2016-08-19 05:23:04 +00:00
<li><a href="/email/">Email</a></li>
2016-08-20 03:52:02 +00:00
<li><a href="/msgs/">Conferences</a></li>
2016-08-19 05:23:04 +00:00
</ul>
</div>
2016-08-17 00:55:03 +00:00
<hr />