-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUgm.html
27 lines (24 loc) · 1.35 KB
/
Ugm.html
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv = "content-type" content = "text/html; charset=utf-8" >
<meta name = "author" content = "Simanelix" >
<meta name = "description" content = "Cool custom made programming language designed for normal people who simply want to create their own video games. No coding knowledge is required; you can create any idea you dream!" >
<meta name = "keywords" content = "" >
<title> Ultimate Game Maker </title>
<link rel = "stylesheet" href = "/styles/main.css" >
</head>
<body>
<div id = "psimanelix-main-element" class = "theme-light" > Psimanelix.net </div>
<canvas></canvas>
<div id = "close-keys" class = "block">
<p> Type keys that are close to <span class = "code"> key </span> :</p>
<input type = "text" >
</div>
<div id = "creative-commons-license" >
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.
</div>
<script src = "/scripts/main.js" > </script>
<script src = "/scripts/ugm.js" > </script>
</body>
</html>