-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 959 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
26
27
28
29
30
31
32
33
34
35
36
37
38
<!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="css/main.css" />
</head>
<body>
<div id="bg"></div>
<header>
<a href="#">ZoomZoom</a>
</header>
<main>
<section id="card">
<ul>
<li>
<span></span>
<strong>How may I help you bro?</strong>
</li>
<li>
<span></span>
<strong>I don't know if I can be helped.</strong>
</li>
<li>
<span></span>
<strong>That's deep. Let me help.</strong>
</li>
</ul>
</section>
<section id="primary">
<h1>Your Personal Assistant</h1>
<p>Get help with your daily life stuff.</p>
<a href="#">Get help already</a>
</section>
</main>
</body>
</html>