-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.55 KB
/
index.html
File metadata and controls
43 lines (43 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-1635596506404426",
enable_page_level_ads: true
});
</script>
<title>Catch You</title>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
</head>
<body>
<p id="brother">big brother is watching you <i class="far fa-eye "></i>
</p>
<div id="main">
<div id="icon">
<div id="line"></div>
</div>
<div class="preview">
<h1 id="h1">Catch You</h1>
<h2 id="h2">Простий та зручний сервіс для покарання не дуже хороших людей на дорозі.</h2>
<img src="car1.png" alt="" width="300px" id="img1">
<img src="car2.png" alt="" width="300px" id="img2">
<img src="car3.png" alt="" width="300px" id="img3">
</div>
<div id="menu">
<div id="m1">Навіщо ми</div>
<div id="m2">Покарати</div>
<div id="m3">Контаки</div>
<div id="m4">Про нас</div>
</div>
</div>
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="main.js"></script>
</body>
</html>