-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.html
More file actions
19 lines (18 loc) · 795 Bytes
/
example.html
File metadata and controls
19 lines (18 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<head>
<link type="text/css" rel="stylesheet" href="styles/style.css">
<link type="text/bib" href="http://your/server/url/bibliography.bib">
<meta charset="utf-8">
</head>
<body>
<h1>Look</h1>
<p>TeXt text text text text text text text <span class="citation" data-cites="1"></span>
text text text text text text text text text text text text text text text text text text
</p>
<p>TeXt text text text text text text text <span class="citation" data-cites="2"></span>
text text text text text text text text text text text text text text text text text text
</p>
<div id="bibliography"></div>
<script type="text/javascript" src="js/bibtexParse.js"></script>
<script type="text/javascript" src="js/bibhtml.js"></script>
</body>