Initial commit

This commit is contained in:
cel
2016-12-15 13:26:20 -08:00
commit 829750e126
8 changed files with 630 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>ssb-viewer</title>
<meta name=viewport content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="static/nicer.css">
<style>
body {
background-color: #f3f3f3;
}
#demo .ssb-thread {
background-color: white;
padding: 1ex 2em;
}
</style>
</head>
<body id="demo">
<center>
<h1>Embed Example</h1>
</center>
<script src="http://localhost:8807/%fU0K0uC4orV6258+dGuAcA95TSfc9PrTtKIG9uL3rWI=.sha256.js"></script>
<center>
<p>the end</p>
</center>
</div>
</body>
</html>