-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtopic.html
More file actions
30 lines (30 loc) · 1.04 KB
/
Copy pathtopic.html
File metadata and controls
30 lines (30 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en" class = "all">
<head>
<meta charset="utf-8">
<title>placeholder</title>
<link rel="stylesheet" href="css/placeholder.css">
</head>
<body>
<div class= "test">
<nav>
<ul class = "links">
<li><a href="./index.html">Home</a></li>
<li><a href="./topic.html">Topic</a></li>
<li><a href="./research.html">Research</a></li>
<li><a href="./data.html">Data</a></li>
<li><a href="./references.html">References</a></li>
<li><a href="./style.html">Style</a></li>
<li><a href="./layout.html">Layout</a></li>
<li><a href="./modality.html">Modality</a></li>
<li><a href="./prof.html">Professionalization</a></li>
</ul>
</nav>
</div>
<div class="main">
<h1 align="center">
PLACEHOLDER PAGE
</h1>
</div>
</body>
</html>