-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (29 loc) · 1.32 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="img/favicon.png">
<script src='main.js'></script>
<title>DTL</title>
</head>
<body>
<header class="header">
<div class="header__logo-box">
<img src="./img/logo-white.png" alt="Logo" class="header__logo">
</div>
<div class="header__text-box">
<h1 class="heading-primary">
<span id='heading__main' class="heading-primary--main">Beashop</span>
<span id='heading__sub' class="heading-primary--sub">Easing customer's life</span>
<span id='heading__completed_main' class="heading__completed"></span>
<span id='heading__completed' class="heading__completed"></span>
</h1>
<input type="text" id="url" class="input__url" placeholder="http://"></input>
<a id='button' href="#" class="btn btn--white btn--animated" onclick="geturl()">Advertise</a>
</div>
</header>
</body>
</html>