init on github

This commit is contained in:
eddyem
2015-07-23 13:38:18 +03:00
parent 5c4d7551da
commit f3b64d67e8
10 changed files with 2109 additions and 0 deletions

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<html>
<meta http-equiv="Content-Type" content="text/html; charset=koi8-r"></meta>
<head>
<link rel="stylesheet" href="temp.css" type="text/css">
<title>òÁÓÐÒÅÄÅÌÅÎÉÅ ÔÅÍÐÅÒÁÔÕÒÙ × ÐÏÄËÕÐÏÌØÎÏÍ âôá</title>
<script type="text/javascript" src="svg.js"></script><!--ÆÕÎËÃÉÉ ÄÌÑ ÒÁÂÏÔÙ Ó SVG-->
<script type="text/javascript" src="functions.js"></script><!--ÏÂÒÁÂÏÔËÁ ÄÁÎÎÙÈ-->
</head>
<body onLoad="start();" onkeydown="onkey(event.keyCode);">
<embed style='border: 1px solid;' id='SVG' src='scene.svg' type='image/svg-xml'
width="50px" height="35px"></embed>
<div class="tooltip" id="coords"></div>
</body>
</html>