Files
clansofcontracts/gh-pages/index.html
2024-06-10 18:53:57 +02:00

27 lines
438 B
HTML

<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>ClansOfContracts</title>
<link rel="stylesheet" href="style.css">
</head>
<body onload="init()">
<script src="index.js"></script>
<div id="header"></div>
<div id="included">
</div>
<hr style="clear: left;height:5px;border-width:0;color:gray;background-color:darkgoldenrod"/>
<div id="excluded">
</div>
<script>
</script>
</body>
</html>