-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 721 Bytes
/
index.html
File metadata and controls
23 lines (22 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="sk">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="theme-color" content="#317EFB"/>
<link rel="stylesheet" href="styles/style.css">
<link rel="icon" type="image/x-icon" href="/favicon/favicon.ico">
<link rel="apple-touch-icon" href="favicon/apple-touch-icon.png">
<title>Hádanky</title>
</head>
<body>
<header class="index-header">
<h1>Hádanky</h1>
</header>
<article class="index-article">
<a href="info.html" class="index-hrefs">Popis</a>
<a href="game.html" class="index-hrefs">Hra</a>
</article>
</body>
</html>