gun/examples/index.html
2015-06-15 19:24:43 -07:00

16 lines
388 B
HTML

<html>
<body>
<h1>Examples Directory</h1>
<style>
iframe {
width: 100%;
height: 50%;
border: none;
border-top: ridge 2em skyblue;
}
</style>
<a href="/todo/index.html"><iframe src="/todo/index.html"></iframe></a>
<a href="/json/index.html"><iframe src="/json/index.html"></iframe></a>
<script src="../../gun.js"></script>
</body>
</html>