-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (41 loc) · 1.36 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>G-Project</title>
<style type="text/css">
html{background: #fff;}
body{margin: 0 auto; width: 1200px;}
body{font-family: Verdana, sans-serif; font-size: 100%; color: #000; background: #eee; border: 1px solid #000;}
header{ background: #ddd; text-align: center;}
#sitetitle{}
#logo{width:80px; height: 80px; background: hotpink; display:inline-block;}
#main{background: #fed;}
footer{height: 140px; background: #ddd; text-align: center;}
</style>
</head>
<body>
<header>
<div id="sitetitle"><h1>Назва гарна і весела</h1></div>
<div id="logo">Карті<br/>ночка</div>
<div>
<form action="" id="">
<input type="text" name="search" id="search" autocomplete="off" placeholder="Search smth">
<input type="submit" value="Find">
</form>
</div>
</header>
<div id="main">
<p>a;sldjfasldjf ;alskdjfa;sljf;asldjf</p>
</div>
<footer>
<div>
<form action="" id="">
<input type="text" name="subs-email" id="subs-email" autocomplete="off" placeholder="Enter your email">
<input type="submit" value="Subscribe">
</form>
</div>
©2017 Copyright Ganna
</footer>
</body>
</html>