-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdungeons.html
66 lines (57 loc) · 3.11 KB
/
dungeons.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<link href="//db.onlinewebfonts.com/c/db8811fcaea2386d4f6e3bcf7e6d206b?family=MiedingerW01-Bold" rel="stylesheet" type="text/css"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anek+Telugu:wght@800&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anek+Telugu:wght@500&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anek+Telugu&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="images/logo.png" type="image/x-icon">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>XIV Buddy</title>
</head>
<body>
<!--Section 1-->
<section class="nav-other"> <!--Navigation bar-->
<a href="index.html">
<img class="logo" src="images/logo4.png" alt="">
</a>
<ul class="nav-links">
<div>
<div class="dungeons-nav"><a href="dungeons.html">Dungeons</a></div>
</div>
<li class="underline-trials"><a href="trials.html">Trials</a></li>
<li class="underline-raids"><a href="raids.html">Raids</a></li>
<li class="underline-checklist"><a href="checklist.html">Checklist</a></li>
<div class="red"><a href="#">LOGIN WITH DISCORD</a></div>
</ul>
</section>
<!--<section class="footer">
<div class="footer-line"></div>
<div class="footer-container">
<div class="copyright">
FINAL FANTASY is a registered trademark of Square Enix Holdings Co., Ltd.
<br>
FINAL FANTASY XIV © SQUARE ENIX CO., LTD.
</div>
<div class="logo-links">
<images src="logo4.png" alt="">
</div>
</div>
</section>-->
</body>
</html>