-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 1.54 KB
/
index.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<title>UJS16👃👃</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<!--
Need a visual blank slate?
Remove all code in `styles.css`!
-->
<!-- OG Section -->
<meta property="og:image" content="./src/x.jpg" />
<!-- // -->
<link rel="icon" type="image/jpg" href="./src/x.jpg" />
<link rel="stylesheet" href="./src/styles.css" />
<script type="module" src="./src/script.js"></script>
<script type="module" src="./UTILS/text.js"></script>
</head>
<body>
<nav>
<a href="/" aria-current="page">Home</a>
<a href="/page2.html">Other page</a>
<a href="/S16PROJECT/index.html" target="_blank">S16PROJ</a>
<a href="/S16P2/index.html" target="_blank">S16P2</a>
<a href="STUDY/L255/index.html" target="_blank">L252</a>
<a href="STUDY/L255/index.html" target="_blank">L255</a>
<a href="STUDY/L257CC/index.html" target="_blank">L257CC</a>
<a href="STUDY/L259/index.html" target="_blank">L259</a>
<a href="STUDY/L260/index.html" target="_blank">L260</a>
<a href="STUDY/L261/index.html" target="_blank">L261</a>
<a href="STUDY/L262CC/index.html" target="_blank">L262</a>
<a href="STUDY/L263/index.html" target="_blank">L263</a>
<a href="STUDY/L266/index.html" target="_blank">L266</a>
<a href="STUDY/L268CC/index.html" target="_blank">L268</a>
</nav>
<main>
<h1>UJS16</h1>
</main>
</body>
</html>