-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (24 loc) · 851 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./main.css">
</head>
<body>
<div id="container">
<header>
<img id="logo" src="./images/dropboxLogo.png" alt="Logo">
<a href="#" id="leftTop">Get Dropbox Basic</a>
<a href="#" id="rightTop">Compare plans - Sign in</a>
</header>
<div>
<h1>Boost productivity with Dropbox Business</h1>
<p>The secure file sharing and storage solution that employees and IT admins trust</p>
</div>
<button id="tryButton" type="submit">Try Dropbox Business free</button>
<button id="getButton" type="submit">Get Dropbox Basic</button>
</div>
</body>
</html>