-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
33 lines (29 loc) · 1.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Quicksand&display=swap" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>guessword</title>
</head>
<body>
<div id="reload">
<img src="img/reload.png" height="30px">
</div>
<div id="wrap">
<div id="main">
<div id="wordtoguess">kupa</div>
<input id="placetoguess" type="text" placeholder="tu możesz pisać">
<div id="points">0</div>
</div>
</div>
<footer>
JaZa<span class="yellow">&</span>Nimplex<span class="yellow">©</span>
</footer>
<script src="baza.js"></script>
<script src="script.js"></script>
</body>
</html>