-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsection3.html
24 lines (24 loc) · 1.34 KB
/
section3.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
<DOCTYPE html>
<html>
<head> <title> SKATEBOARDING </title> <link rel="stylesheet" href="style.css"> </head>
<body>
<h2> Navigational Menu </h2>
<p> <div class="box">
<div class="box1"> <a href="https://orionroven.github.io/web/site.html"> Home Page </a> </div>
<div class="box2"> <a href="https://orionroven.github.io/web/section1.html"> A Brief History of Skateboarding </a> </div>
<div class="box3"> <a href="https://orionroven.github.io/web/section2.html"> Skate Videos </a> </div>
</div>
<h1> Me Skating </h1>
<p>
<ul>
<li> <a href="https://www.instagram.com/p/CLiLvTpph1u/?utm_source=ig_web_copy_link"> Cheese </a> </li>
<li> <a href="https://www.instagram.com/p/CKkVWBcpJol/?utm_source=ig_web_copy_link"> Fish Eye </a> </li>
<li> <a href="https://www.instagram.com/p/CKcpk_Ep853/?utm_source=ig_web_copy_link"> Rock San </a> </li>
<li> <a href="https://www.instagram.com/p/CJyeba5pzhF/?utm_source=ig_web_copy_link"> burfday </a> </li>
<li> <a href="https://www.instagram.com/p/CJmZp7UJ2dp/?utm_source=ig_web_copy_link"> Moscow, 1972 </a> </li>
<li> <a href="https://www.instagram.com/p/CIonn8IF4oz/?utm_source=ig_web_copy_link"> rip </a> </li>
<li> <a href="https://www.instagram.com/p/CHtOk5DJwh2/?utm_source=ig_web_copy_link"> wadermelon fella </a> </li>
</ul>
</p>
</body>
</html>