git ssb

9+

cel / ssb-viewer



Tree: afabd2eacb34221e1b60ed77cce59a621e8c8022

Files: afabd2eacb34221e1b60ed77cce59a621e8c8022 / example.html

559 bytesRaw
1<!DOCTYPE html>
2<html>
3<head>
4<meta charset=utf-8>
5<title>ssb-viewer</title>
6<meta name=viewport content="width=device-width,initial-scale=1">
7<link rel="stylesheet" href="static/nicer.css">
8<style>
9body {
10 background-color: #f3f3f3;
11}
12#demo .ssb-thread {
13 background-color: white;
14 padding: 1ex 2em;
15}
16</style>
17</head>
18<body id="demo">
19 <center>
20 <h1>Embed Example</h1>
21 </center>
22 <script src="http://localhost:8807/%fU0K0uC4orV6258+dGuAcA95TSfc9PrTtKIG9uL3rWI=.sha256.js"></script>
23 <center>
24 <p>the end</p>
25 </center>
26</div>
27</body>
28</html>
29

Built with git-ssb-web