-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path5.html
More file actions
35 lines (31 loc) · 1.43 KB
/
5.html
File metadata and controls
35 lines (31 loc) · 1.43 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="5">5. TESTIMONY!**</h3>
<img src="assets/1.png" alt="Instagram Results" width="20px" height="auto">
<img src="assets/2.png" alt="Instagram Results" width="20px" height="auto">
<img src="assets/3.png" alt="Instagram Results" width="20px" height="auto">
<img src="assets/4.png" alt="Instagram Results" width="20px" height="auto">
<img src="assets/5.png" alt="Instagram Results" width="20px" height="auto">
<img src="assets/6.png" alt="Instagram Results" width="20px" height="auto">
<h3 id="5">YOU CAN DO IT!</h3>
<p>Just keep going and people will notice how amazing you are!<br>
<em>**Disclaimer: Results may vary. This was my own personal experience. My progress is a result of constant effort, including researching strategies to gain followers.</em></p>
</body>
</html>