Initial
This commit is contained in:
29
public/index.html
Normal file
29
public/index.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Meta Tic Tac Toe</title>
|
||||
<script type="text/javascript" src="mttt.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="mttt.css">
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- <div>This site requires javascript...</div> -->
|
||||
<div id="game_center">
|
||||
<div id="game">
|
||||
<canvas id="game_canvas"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
0
public/mttt.css
Normal file
0
public/mttt.css
Normal file
1854
public/mttt.js
Normal file
1854
public/mttt.js
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user