-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshavian.html
37 lines (34 loc) · 1.4 KB
/
shavian.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
<!DOCTYPE html>
<html lang="en-Shaw">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<title>𐑨𐑥𐑚𐑼𐑢𐑦𐑙𐑟 𐑢𐑧𐑚𐑕𐑲𐑑 | 𐑖𐑱𐑝𐑾𐑯</title>
</head>
<body>
<div class="navbar">
<div class="container flex">
<h1 class="navtitle">𐑨𐑥𐑚𐑼𐑢𐑦𐑙𐑟 𐑢𐑧𐑚𐑕𐑲𐑑</h1>
<nav>
<ul>
<li><a href="index.html">𐑣𐑴𐑥</a></li>
<li><a href="about.html">𐑩𐑚𐑬𐑑</a></li>
<li><a href="other-things.html">𐑮𐑨𐑯𐑛𐑩𐑥 𐑔𐑦𐑙𐑟</a></li>
<li class="dropdown">
<a class="dropbtn">𐑤𐑨𐑙𐑜𐑢𐑦𐑡𐑩𐑟</a>
<ul class="dropdown-content">
<li><a lang="en" href="index.html">English</a></li>
<li><a lang="zh-Hant" href="zh-hant/index.html">繁體中文</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
<div class="container">
<h1>𐑖𐑱𐑝𐑾𐑯</h1>
<p>𐑴 𐑿 𐑯𐑴 𐑞 𐑖𐑱𐑝𐑾𐑯 𐑨𐑤𐑓𐑩𐑚𐑧𐑑! 𐑒𐑵𐑤!</p>
</div>
</body>
</html>