-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtest.html
46 lines (41 loc) · 1.78 KB
/
test.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
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta item-prop="date-published" content="2014-11-01">
<meta item-prop="date-modified" content="2015-08-17 9:18:24">
<link rel = "stylesheet" href = "../build/css/wayback-links.min.css">
<script>
// add urls that should be excluded from wayback links.
// accepts full urls or valid regular expression patterns of urls.
var WLuriPatternsToExclude = [
"https?://archive.org*",
"https?://blog.archive.org*"
];
</script>
<script src="../build/js/wayback-links.min.js"></script>
</head>
<body>
<a href="http://iskme.org/">
Welcome | Institute for the Study of Knowledge Management in Education
</a><br/>
<a href="http://iskme.org/"
data-version-date="2014-11-01 10:14:40">
Welcome | Institute for the Study of Knowledge Management in Education
</a><br/>
<a href="http://iskme.org/"
data-version-url="http://web.archive.org/web/20171112200853/http://iskme.org/">
Welcome | Institute for the Study of Knowledge Management in Education
</a><br/>
<a href="http://iskme.org/" data-original-url="http://iskme.org">
Welcome | Institute for the Study of Knowledge Management in Education
</a><br/>
<a href="http://iskme.org/" date-published>
Welcome | Institute for the Study of Knowledge Management in Education
</a><br/>
<a href="http://iskme.org/" date-modified>
Welcome | Institute for the Study of Knowledge Management in Education
</a><br/>
</body>
</html>