feat: Initial commit
This commit is contained in:
15
Resources/Views/main.leaf
Normal file
15
Resources/Views/main.leaf
Normal file
@@ -0,0 +1,15 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user