Files
tagslice/index.html

17 lines
376 B
HTML
Raw Permalink Normal View History

2017-06-12 05:55:42 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>TagSlice</title>
<link rel="stylesheet" href="tagslice.css">
<script src="tagslice.js"></script>
</head>
<body>
<div id="container" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0; padding: 0;"></div>
2017-06-12 05:55:42 +00:00
<script>
new TagSlice(document.getElementById('container'));
</script>
</body>
</html>