-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvismag_sources.html
31 lines (23 loc) · 1.18 KB
/
vismag_sources.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
<!DOCTYPE html>
<html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>Sources of Early Modern Magnetism Image Database</title>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="images/logo.png" />
<link href="table.css" rel="stylesheet" type="text/css" />
<!--[if IE 6]> <style> #main {height:500px;} </style> <![endif]-->
</head>
<body>
<br>
<h3>Sources of Early Modern Magnetism Image Database</h3>
<script src="CsvToTable.js"></script>
<script>
var csvtotable = new CsvToTable({
csvFile: 'https://docs.google.com/spreadsheets/d/e/2PACX-1vTwWjXBEoypEp9WZEPuot3Y3A7KzdUmv6GDfNX8iOoWmme9SpUSuTljSrZa8FLin8XQzrtR5mrb7wQw/pub?gid=1036659756&single=true&output=tsv'
});
csvtotable.run();
</script>
</body>
</html>