forked from Leia286/Leia286.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSiteMap.html
23 lines (22 loc) · 1.03 KB
/
SiteMap.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-skAcpIdS7UcVUC05LJ9Dxay8AXcDYfBJqt1CJ85S/CFujBsIzCIv+l9liuYLaMQ/" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>
<style>
</style>
</head>
<body>
<h1>Site Map</h1>
<h3>Home</h3>
<p>Lorem Ipusm Dolr...</p>
<h3>Star Wars</h3>
<p>Lorem Ipusm Dolr...</p>
<u><h2>Repos</h2></u>
<h3>Random CSS</h3>
<p>Lorem Ipusm Dolr...</p>
</body>
</html>