15 lines
453 B
HTML
15 lines
453 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Chromagaming Civilization Screen</title>
|
|
<script src="./resources/frameworks/jquery-3.2.1.min.js" type="text/javascript"></script>
|
|
<link rel="stylesheet" href="resources/global/style.css">
|
|
<script src="./resources/nav.js"></script>
|
|
</head>
|
|
<body>
|
|
<nav></nav>
|
|
<h1>The Civilization Screen</h1>
|
|
<p>Welcome to the civilization screen.</p>
|
|
</body>
|
|
</html>
|