feat: Adds minimal readme, favicon, and image to footer.

This commit is contained in:
2025-01-01 13:30:47 -05:00
parent 99d77c0808
commit f70142834d
3 changed files with 8 additions and 1 deletions

BIN
Public/img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# procons
A quick web application built for my `2025 HVAC Symposium` talk.

View File

@@ -3,12 +3,16 @@
<head>
<title>Chiller Pro vs. Cons</title>
<link rel="stylesheet" href="styles/site.css">
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<script src="js/site.js"></script>
</head>
<body>
#import("body")
<footer>
<span>2025 Symposium</span>
<div style="display=inline;padding: 10px;" class="spaced-cnt">
<img src="img/favicon.ico" alt="logo" style="width:20px;height:20px;">
<label class="dark">2025 Symposium</label>
</div>
</footer>
</body>
</html>