-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2.html
More file actions
35 lines (27 loc) · 1.8 KB
/
2.html
File metadata and controls
35 lines (27 loc) · 1.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<script src="jquery-3.7.1.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="script.js"></script>
<title>How to Unleash Your Inner Unicorn!</title>
</head>
<body>
<nav>
<ul>
<li><a href="#home">HOME</a></li>
<li><a href="#steps">STEPS</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</nav>
<h3 id="2">2. Find your FOCUS.</h3>
<p>My focus is the media. Getting myself out there. Having my name appear in very blank space I can find. Having my craft, my talents, my capabilities become known. Having an audience. People that wish to follow me as I pursue spreading positivity.</p>
<p>Care to share?</p>
<input placeholder=" ________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________">
<h3 id="2">Congratulations! You completed your second step!</h3>
<p>Now time to get some wood for your bonfire of success.</p>
</body>
</html>