-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (31 loc) · 1.26 KB
/
index.html
File metadata and controls
32 lines (31 loc) · 1.26 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
<!DOCTYPE html>
<html lang="en">
<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">
<title>Angel Developers Group</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/links.css">
<link rel="stylesheet" href="css/anims.css">
</head>
<body>
<div class="glitch">
<div class="glitch_img"></div>
<div class="glitch_img"></div>
<div class="glitch_img"></div>
<div class="glitch_img"></div>
<div class="glitch_img"></div>
</div>
<main class="main">
<div class="desc">Какой-нибудь красивый и трудновыговариваемый слоган, выставляющий нас в лучшем свете, но нет такого.</div>
<div class="logo">Angel Developers Group</div>
<div class="link">
<a href="http://vk.com/angeldevmanga">AngelDev | Манга </a><a href="http://discord.gg/invite/XCMt7SM">AngelDev | Манга
</a><a href="http://vk.com/angeldevgroup">Angel Developers Group
</a><a href="http://discord.gg/invite/Na9RgCQ">Angel Developers Group</a>
</div>
</main>
</body>
</html>