File layout

This commit is contained in:
Ian Gulliver
2017-06-12 05:55:42 +00:00
parent 93ef1f2194
commit 264a25649e
4 changed files with 24 additions and 0 deletions

16
index.html Normal file
View File

@@ -0,0 +1,16 @@
<!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"></div>
<script>
new TagSlice(document.getElementById('container'));
</script>
</body>
</html>