27 lines
438 B
HTML
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>
|