-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoon.html
More file actions
39 lines (30 loc) · 850 Bytes
/
soon.html
File metadata and controls
39 lines (30 loc) · 850 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="theme-color" content="#1A237E">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SloCode</title>
<link rel="stylesheet" href="styles/soon.css">
</head>
<body>
<div class="section1"><div class="image"></div>
<div class="title">
<h1>PRIHAJAMO KMALU</h1>
</div>
<audio controls autoplay loop>
<source src="media/music.mp3" type="audio/mpeg">
</audio>
<div class="loading">
<div class="leftEye"></div>
<div class="rightEye"></div>
<div class="mouth"></div>
</div>
</div>
<div id="section2">
<div class="footer">
(c) 2016 Slocode. Vse pravice pridržane.
</div>
</div>
</body>
</html>