mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
16 lines
352 B
HTML
16 lines
352 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="angular/index.html"><iframe src="angular/index.html"></iframe></a>
|
|
</body>
|
|
</html>
|