2023-09-28 20:03:10 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en-ie">
|
|
|
|
<head>
|
|
|
|
<title>{title}</title>
|
2023-10-08 12:38:17 +00:00
|
|
|
<link href="../images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
|
|
|
<link href="../../images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
2023-09-28 20:03:10 +00:00
|
|
|
<link href="../templates/index.css" rel="stylesheet" type="text/css"/>
|
2023-10-08 12:38:17 +00:00
|
|
|
<link href="../../templates/index.css" rel="stylesheet" type="text/css"/>
|
2023-09-28 20:03:10 +00:00
|
|
|
|
|
|
|
<!-- for code formatting -->
|
|
|
|
<link rel="stylesheet" href="../templates/hybrid.min.css">
|
2023-10-08 12:38:17 +00:00
|
|
|
<link rel="stylesheet" href="../../templates/hybrid.min.css">
|
2023-09-28 20:03:10 +00:00
|
|
|
<script src="../templates/highlight.min.js"></script>
|
2023-10-08 12:38:17 +00:00
|
|
|
<script src="../../templates/highlight.min.js"></script>
|
2023-09-28 20:03:10 +00:00
|
|
|
<script>hljs.highlightAll()</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="wrapper">
|
|
|
|
<header class="page-header"></header>
|
|
|
|
<main class="page-body">
|
|
|
|
{body}
|
|
|
|
</main>
|
|
|
|
<footer class="page-footer">
|
|
|
|
UL Computer Society 2023-<span id="year">2023</span>
|
|
|
|
<script>
|
|
|
|
document.getElementById('year').textContent = new Date().getFullYear().toString()
|
|
|
|
</script>
|
|
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|