-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 1.26 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta charset="UTF-8">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114689681-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-114689681-1');
</script>
<meta name="keywords" content="dante divina commedia alighieri concordance literature modernism">
<link href="/css/ulysses.css" type="text/css" rel="stylesheet">
<title>Concordanze nella Divina Commedia</title>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Arvo">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Raleway">
</head>
<body>
<h1> Concordances</h1>
<ul>
<li>
<a href="http://danteconcordance.andreamoro.net/dantepage.py">Dante: La Divina Commedia</a>
</li>
</ul>
<div id="footer">
<p>By <a href="http://andreamoro.net">Andrea Moro</a>, Vanderbilt University, <a href="mailto:andrea@andreamoro.net">andrea at andreamoro dot net </a> - <a href="https://github.com/andreamoro-git/danteconcordance">Github code</a></p>
</div>
</body>
</html>