Add the live ticket page and epic index renderer

This commit is contained in:
Gabriel Brown
2026-09-22 14:54:05 -04:00
parent dfc009e422
commit fd24b69039
4 changed files with 513 additions and 0 deletions
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{TITLE}}</title>
<link rel="stylesheet" href="{{SITE}}/site.css?v={{VERSION}}">
</head>
<body data-page="epic" data-src="epic.data.js">
<div id="app"><p class="loading">Loading epic.data.js…</p></div>
<script src="{{SITE}}/site.js?v={{VERSION}}"></script>
</body>
</html>