-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (40 loc) · 1.47 KB
/
Copy pathindex.html
File metadata and controls
44 lines (40 loc) · 1.47 KB
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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8" />
<meta property="og:title" content="Rust dev." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://evgene-kopylov.github.io/" />
<meta property="og:image" content="https://evgene-kopylov.github.io/assets/intro/pointer.png"/>
<title>Hack this game</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="intro">
<h1>Hack this game.</h1>
<hr>
<div class="description">
<p></p>
</div>
</div>
<hr>
<hr>
<div class="item" id="lvl_1">
<p class="item_header">
<a href="#lvl_1" class="btn btn-link">Lvl 1: Shoot</a>
<a class="github_link" href="https://github.com/Evgene-Kopylov/hack-this-game">
<i class="fa fa-github btn btn-dark"></i>
</a>
</p>
<p>Управление:</p>
<li>Управление WASD или ← → ↑ ↓</li>
<li>Стрелять ЛКМ (левая кнопка мышки)</li>
<a href="lvl_1/index.html">
<img src="assets/intro/lvl_1.png" alt="lvl_1">
</a>
</div>
</body>
</html>