-
Notifications
You must be signed in to change notification settings - Fork 1
/
template.html
25 lines (25 loc) · 1.03 KB
/
template.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title class="markdown-title-placeholder">Bounty</title>
<link type="text/css" rel="stylesheet" href="style.css" />
</head>
<body>
<p class="ipfs-permalink" id="ipfs-permalink"><a href="#">Permalink: ipfs://… (computing, please wait)</a></p>
<div class="markdown-content-placeholder"></div>
<script src="sha256.js"></script>
<script src="micro_ipfs.js"></script>
<script src="directory_hashes.js"></script>
<script>
(function() {
var hash = ipfs_self_hash.get_link();
var filepath = 'placeholder-filepath';
if (filepath == 'index.html') {
filepath = '';
}
document.getElementById('ipfs-permalink').innerHTML = '<a href="ipfs://' + hash + '/placeholder-filepath">Permalink: ipfs://'+hash.substring(0,4)+'…'+hash.substring(53)+'/'+filepath+'</a>';
})();
</script>
</body>
</html>