-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 780 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<head>
<title>TextLife - The Ultimate Strategic Game of Life With Text</title>
<meta name='description' content='TextLife is a web game which you can play a roleplay just by using commands.' />
<style type='text/css' src='https://mufeedvh.github.io/TextLife/CSS/styles.css' />
<script type='text/javascript' src='https://mufeedvh.github.io/TextLife/SCRIPT/JavaScript.css' />
</head>
<body>
<input type="checkbox" class="check" id="check"/>
<main>
<header class="item header">
<h2>Game Title</h2>
</header>
<div class="item stats">
<h2>States</h2>
</div>
<div class="item main">
</div>
<div class="item score">
<h2>SCORE:<span>12345465</span>
</div>
<label class="btn-open" for="check">STATS</label>
</main>
</body>
</html>