-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 723 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (23 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project Chimera: Tacticus Master Roster</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Project Chimera: Tacticus Master Roster</h1>
<p>Your personalized guide to optimal character progression in Warhammer 40,000: Tacticus.</p>
</header>
<main id="roster-container">
<!-- Roster content will be loaded here by JavaScript -->
<p>Loading roster data...</p>
</main>
<footer>
<p>© 2025 Project Chimera</p>
</footer>
<script src="script.js"></script>
</body>
</html>