Created a banner, added more content, converted spaces to tabs, figured out hrefs with # based on id.

This commit is contained in:
2022-10-13 07:29:46 -05:00
parent 1c70887199
commit ce20fa0f6f
14 changed files with 158 additions and 48 deletions

@ -9,11 +9,14 @@
<link rel="icon" sizes="192x192"
href="https://www.hyperling.com/wp-content/uploads/2020/09/favicon.ico"
/>
<!--<link rel="stylesheet" href="/main.css">-->
<!-- CSS -->
<style>
<?php include "main.css"; ?>
</style>
<style>
<?php include "dark.css"; ?>
</style>
<style>
<?php include "banner.css"; ?>
</style>
</head>