website/src/index.html

17 lines
388 B
HTML

<?sh ./head.sh ?>
<body>
<?sh ./header.sh ?>
<?sh ./sidebar.sh top bottom ?>
<main>
<?sh TB_TITLE="welcome!" ./titlebar.sh ?>
<h1>welcome!</h1>
<p>yo what up. welcome to my unix.dog page<br>
take a look around!</p>
<p><img alt="under construction" src="/~yosh/img/construction.gif"><br>
very, very much under construction</p>
</main>
<?sh ./footer.sh ?>
</body>
</html>