Files
procons/Resources/Views/main.leaf
2024-12-31 17:02:29 -05:00

16 lines
320 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>Chiller Pro vs. Cons</title>
<link rel="stylesheet" href="styles/site.css">
<script src="js/site.js"></script>
</head>
<body>
<header><h1>Chiller Pro vs. Cons<h1></header>
#import("body")
<footer>
<span>2025 Symposium</span>
</footer>
</body>
</html>