-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
21 lines (20 loc) · 965 Bytes
/
home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<head>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link type="text/css" rel="stylesheet" href="style.css" >
</head>
<body id="main1">
<div class="wrapper">
<div id="header_logo"><h1>LinkMySport</h1></div>
</div>
<div class="form">
<div><input class="textbox1" type="text" placeholder="Website Name"></div>
<div>
<input class="textbox1" id="logo" type="search" placeholder="Logo">
<input type="button" class="browse" value="Browse_">
</div>
<div><img src="logo2.gif"></div>
<div><textarea id="address" rows="4" cols="8" placeholder="Address"></textarea></div>
<div id="start"><input type="button" class="button buzz-out" value="Lets get started" ></div>
</div>
</body>