-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtranscriptions.html
36 lines (33 loc) · 1.35 KB
/
transcriptions.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
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title><link href="default.css" type="text/css" rel="stylesheet"/></head>
<body>
<div id="header">
<h1>Omni desideranti notitiam</h1><br/>
<h2>A Music Theory Text from the Fourteenth Century</h2>
</div>
<div id="menu">
<ul>
<li><a href="home.xml">Home</a> </li>
<li><a href="transcriptions.html">Transcriptions</a></li>
<li><a
href="translation.xml">Translation</a></li>
<li><a href="files.html">Files</a></li>
<li><a href="about.html">About</a> </li>
<li><a href="http://www.arsmusicae.org/wordpress/">Blog</a> </li>
</ul>
</div>
<div id="content">
<div id="left">
<a href="chicago.xml">Chicago</a><br/>
<a href="seville.xml">Seville</a><br/>
<a href="siena.xml">Siena</a><br/>
</div>
<div id="right">
</div>
</div>
<div id="footer">
<p> Copyright @Creative Commons 2011. Designed by <a href="http://www.freecsstemplates.org" class="link1">Free CSS Templates</a></p>
</div>
</body>
</html>