-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (30 loc) · 1.79 KB
/
Copy pathindex.html
File metadata and controls
31 lines (30 loc) · 1.79 KB
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
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<script src="./index.js"></script>
<link rel="stylesheet" type="text/css" href="./index.css">
<link rel="icon" href="./favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="The nimble game framework is a system that allows developers and designers to create games using html, css, and javascript">
<meta name="robots" content="index, nofollow">
<meta name="revisit-after" content="30 days">
<meta name="google-site-verification" content="qE2KfSz10-D9J6EJp-8T9QBwQidLw0iIE_aA-IZp7BY" />
<link rel="manifest" href="./manifest.json">
<title>Nimble Game Framework</title>
</head>
<header id="MainHeader">
<span class="MainMenuToggle" onclick="toggleMainMenu()">☰</span>
</header>
<body>
<div id="MainMenu">
<div id="MainMenuEmptySpace"></div>
<button class="MainMenuOption" onclick="setFrame('./docs/home/index.html')">Home</button>
<button class="MainMenuOption" onclick="setFrame('./examples/index.html')">Examples</button>
<a target="_blank" href="https://github.com/nimblegameframework"><button class="MainMenuOption">Github</button></a>
<a target="_blank" href="https://github.com/nimblegameframework/nimblegameframework.js/wiki"><button class="MainMenuOption">JS Tutorial</button></a>
<a target="_blank" href="https://github.com/nimblegameframework/nimblegameframework.js/releases"><button class="MainMenuOption">JS Releases</button></a>
</div>
<iframe id="DynamicFrame" frameBorder="0" src="./docs/home/index.html"></iframe>
</body>
</html>