-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode-breaker.html
23 lines (22 loc) · 1.09 KB
/
code-breaker.html
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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" id="html">
<head>
<title>Code-Breaker</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="pragma" content="no-cache">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap" rel="stylesheet">
<link id="cb-css" rel="stylesheet" href="code-breaker.css?v=3">
<script id="cb-js" src="code-breaker.js"></script>
</head>
<body>
<div id="debug"></div>
<div id="outer_container" class="outer_container"></div>
<div id="start_screen" class="start_screen"></div>
<div id="win_screen" class="win_screen"></div>
<div id="gameover_screen" class="gameover_screen"></div>
</body>
</html>