-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (33 loc) · 967 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Flow Landing Page</title>
<link rel="stylesheet" href="dist/css/index.css" type="text/css" />
</head>
<body>
<header>
<h1><a href="/">flow</a></h1>
<nav>
<ul>
<li><a href="#overview" active>Overview</a></li>
<li><a href="#about">About Flow</a></li>
<li><a href="#why">Why Flow?</a></li>
<li><a href="#team">Our Team</a></li>
<li><a href="#join">Join Us</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav>
</header>
<section id="overview">
<h2>
Flow is the new generation of Soical Media Platforms that you deserve
</h2>
<h3>
So we are building it for you
</h3>
</section>
<script src="dist/js/index.js"></script>
</body>
</html>