19 lines
509 B
Plaintext
19 lines
509 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<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>
|
|
<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>
|