-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiacritic-test.html
More file actions
47 lines (46 loc) · 1.39 KB
/
diacritic-test.html
File metadata and controls
47 lines (46 loc) · 1.39 KB
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
<!DOCTYPE html>
<html lang="ceb">
<head>
<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>Ang Kalibotan</title>
<link href="css/ceb_content.css" type="text/css" rel="stylesheet">
</head>
<body>
<header>
<nav>
<h3>Comprehensible Cebuano</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li>Readings</li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</header>
<section>
<div id="page-title">
<h1>Ang Test Page</h1>
</div>
<div class="content">
<div class="single-column">
<div class="wide">
<select id="diacritics-toggle">
<option value="diacritics">Text with Diacritics</option>
<option value="plain">Text without Diacritics</option>
</select>
<p id="article-text">
Natúlog ka na ba?
</p>
</div>
</div>
</div>
</section>
<footer>
<div id="references">
<h3>Ang Mga Gi Basihan Niini</h3>
</div>
</footer>
<script src="js/display-handler.js"></script>
</body>
</html>