moved some css

This commit is contained in:
luke
2020-12-10 10:47:45 -05:00
parent 9492985312
commit 19172f39d1
2 changed files with 10 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
<!doctype html>
<html lang=en>
<?php include "head.php"; ?>
<body>
<body><div id=body>
<?php include "top.php"; ?>
@@ -37,5 +37,5 @@
<div class=bottom>
<a href=pubkey.txt target=_blank>PGP key</a>
</div>
</body>
</div></body>
</html>