-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-page-for-new-feature.html
40 lines (38 loc) · 1.01 KB
/
test-page-for-new-feature.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="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>Testing 101</h1>
</div>
<div class="content">
<div class="single-column">
<div class="wide">
</div>
</div>
</div>
</section>
<footer>
<div id="references">
<h3>Ang Mga Gi Basihan Niini</h3>
</div>
</footer>
</body>
</html>