mirror of
https://github.com/eddyem/bta-temp.git
synced 2025-12-06 02:25:12 +03:00
15 lines
581 B
HTML
15 lines
581 B
HTML
<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="mirfunctions.js"></script><!--ÏÂÒÁÂÏÔËÁ ÄÁÎÎÙÈ-->
|
|
</head>
|
|
<body onLoad="start();" onkeydown="onkey(event.keyCode);">
|
|
<embed style='border: 1px solid;' id='SVG' src='mirror.svg' type='image/svg-xml'
|
|
width="50px" height="35px"></embed>
|
|
<div class="tooltip" id="coords"></div>
|
|
</body>
|
|
</html>
|