inital coommit

This commit is contained in:
unknown
2020-04-30 19:41:57 +03:00
commit 14a85006c1
10 changed files with 197 additions and 0 deletions

17
index.htm Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<html lang="ru">
<head>
<link rel="stylesheet" href="css/index.css"><link href="https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap" rel="stylesheet">
<title>Ты котя?</title>
</head>
<body>
<div class="kotya">
<h1>Ты котя?</h1>
<input type="button" class="flex-child" id="yesbtn" value="Да" onClick='location.href="yespage.htm"'>
<input type="button" class="flex-child" id="nobtn" value="Нет" onClick='location.href="nopage.htm"'>
</div>
</body>
</html>