62 lines
2.3 KiB
HTML
62 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1 shrink-to-fit=no">
|
|
<meta name="description" content="Bitfaragó - HoBITek" />
|
|
<meta name="keywords" content="Bitfaragó, HobBITek" />
|
|
<meta name="author" content="Baldauf Márton, Nyikon zoltán, Sárközi Balázs" />
|
|
<meta property="og:title" content="Bitfaragó - verseny" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:image" content="" />
|
|
<meta property="og:description" content="Bitfaragó - HobBITek" />
|
|
<meta property="og:image:type" content="image/png" />
|
|
<meta property="og:image:width" content="300" />
|
|
<meta property="og:image:height" content="300" />
|
|
<meta name="revisit-after" content="7 days" />
|
|
<meta http-equiv="Expires" content="0" />
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
<meta http-equiv="Cache-Control" content="no-cache" />
|
|
<meta name="robots" content="index, follow" />
|
|
<meta name="googlebot" content="index, follow" />
|
|
<meta name="google" content="notranslate" />
|
|
<meta name="theme-color" content="#ffffff">
|
|
<title>Bitfaragó - Huszárvándorlás</title>
|
|
<link rel="stylesheet" type="text/css" media="screen" href="main.css">
|
|
<script type="text/javascript" src="main.js"></script>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class="inline">
|
|
<input type="text" class="input" name="" value="" id="width"><br>
|
|
<input type="text" class="input" name="" value="" id="height"><br>
|
|
<label class="container">Könnyű
|
|
<input type="radio" checked="checked" name="radio" id="easy">
|
|
<span class="checkmark"></span>
|
|
</label>
|
|
<label class="container">Nehéz
|
|
<input type="radio" name="radio" id="hard">
|
|
<span class="checkmark"></span>
|
|
</label>
|
|
<input type="button" name="" value="Kezdés" class="button" onclick="start()" >
|
|
</div>
|
|
<div class="time" id="counter">
|
|
0
|
|
</div>
|
|
<div class="time hard" id="timer">
|
|
|
|
</div>
|
|
</header>
|
|
<article class="">
|
|
<div class="">
|
|
<table id="table"></table>
|
|
</div>
|
|
</article>
|
|
<footer>
|
|
HoBITek © | 2019 okt. 9
|
|
</footer>
|
|
</body>
|
|
</html>
|