29 lines
559 B
HTML
29 lines
559 B
HTML
<!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>
|