-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.html
47 lines (46 loc) · 1.39 KB
/
info.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!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 rel="stylesheet" href="style.css" />
<link
rel="icon"
href="./img/ikona.png"
type="image/x-icon"
/>
<link
href="https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Quicksand&display=swap"
rel="stylesheet"
/>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css"
rel="stylesheet"
/>
<title>Spooky Game</title>
</head>
<body style="font-family: Muli, cursive;">
<h1 id="punkty"></h1>
<h1 id="title">Jak grać?</h1>
<div id="btns">
<footer>
<a href="https://ctrl-team.netlify.com/"
>JaZa<span class="yellow">&</span>Nimplex<span class="yellow"
>©</span
></a
>
</footer>
<p style="font-size: 35px">
Chodzi o to że Pumpkinmanem musisz łapać słodycze i pomijać warzywa<br/> jeżeli złapiesz warzywo lub nie złapiesz słodycza usuwa ci 1 punkt.<br/><br/>
<p style="text-align: center; font-size: 25px">
Sterowanie: A , D
</p>
</p>
</div>
</body>
</html>