-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (38 loc) · 1.52 KB
/
Copy pathindex.html
File metadata and controls
45 lines (38 loc) · 1.52 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>Eventually by HTML5 UP</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}">
</head>
<body>
<header>
<h1>Eventually</h1>
<p>A simple template for telling the world when you'll launch<br>your next big thing. Brought to you by <a href="http://html5up.net" rel="noopener">HTML5 UP</a>.</p>
</header>
<div class="sidebar">
<a href="js_showcase.html">Other Page</a>
<!-- Add more links here as needed -->
</div>
<section>
<form id="signup-form" method="post" action="#">
<input type="email" name="email" id="email" placeholder="Email Address">
<input type="submit" value="Sign Up">
</form>
</section>
<footer>
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter" rel="noopener"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-instagram" rel="noopener"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/djones0405" target="_blank">GitHub Profile</a></li>
<li><a href="#" class="icon fa-envelope" rel="noopener"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Untitled.</li>
<li>Credits: <a href="http://html5up.net" rel="noopener">HTML5 UP</a></li>
</ul>
</footer>
<script src="{{ url_for('static', filename='js/main.js') }}"></script>
</body>
</html>