geograff.github.io/index.html

19 lines
825 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<title>Geograff</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script language="javascript" type="text/javascript" src="script.js"></script>
<meta charset="UTF-8">
</head>
<body>
<div id="name">Geograff</div>
<div id="text">
<p>При нажатии кнопки ниже всплывет окно с наугад выбранным округом, краем или республикой. Окна будут продолжать всплывать пока не будет нажата кнопка "Отменить".</p>
</div>
<div id="button" alt="Начать" onclick="obl();"><div id="butttext">Начать</div></div>
<div id="rel">
<div id="other">Другие Сайты</div>
<div id="sites"><a href="http://He3a.github.io">He3a</a></div>
</div>
</body>
</html>