mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
29 lines
876 B
HTML
29 lines
876 B
HTML
<html>
|
|
<head>
|
|
<title>gun examples</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
|
|
<body>
|
|
<!-- h1>Examples Directory <button style="float: right;" onclick="localStorage.clear()">Clear Local Storage</button></h1 -->
|
|
<style>
|
|
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
iframe {
|
|
width: 100%;
|
|
height: 50%;
|
|
border: none;
|
|
b-order-top: ridge 2em skyblue;
|
|
border: none;
|
|
}
|
|
</style>
|
|
<a href="/todo/index.html"><iframe src="/todo/index.html" style="height: 100%;"></iframe></a>
|
|
<!-- a href="/json/index.html"><iframe src="/json/index.html"></iframe></a -->
|
|
<!-- a href="/chat/index.html"><iframe src="/chat/index.html"></iframe></a --> <!-- removing until DOM bug fixed -->
|
|
<!-- script src="../gun.js"></script -->
|
|
</body>
|
|
</html>
|