diff options
| author | s1n <[email protected]> | 2019-07-30 22:10:32 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-07-30 22:10:32 +0200 |
| commit | f55bbbe9e997ba27817196d96a033cebef145cd6 (patch) | |
| tree | 2122e7db6f0604d3f456cb8f29a2d5e4f3e67880 /embed.html | |
| download | veil-f55bbbe9e997ba27817196d96a033cebef145cd6.tar.xz veil-f55bbbe9e997ba27817196d96a033cebef145cd6.zip | |
upload core files
Diffstat (limited to 'embed.html')
| -rw-r--r-- | embed.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/embed.html b/embed.html new file mode 100644 index 0000000..50cf329 --- /dev/null +++ b/embed.html @@ -0,0 +1,31 @@ +<!doctype html> +<html lang="en"> + + + <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> + + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <link rel="stylesheet" href="css/main.css"> + <base target="_parent"> + <script src="./assets/js/embed/main.js"></script> + </head> + + <body class="embed"> + <div class="container"> + <p> + This site is part of <a href="index.html">Veil</a>, a webring with + 1 member. <!--2 members.--> + </p> + <p class="ring-nav"> + <a href="https://s1n.pw/" aria-label="Go to previous site" id="prev">◄ Previous</a> + <a href="https://s1n.pw/" aria-label="Go to a random site" id="random">Random</a> + <a href="https://s1n.pw/" aria-label="Go to next site" id="next">Next ►</a> + </p> + </div> + </body> + + +</html>
\ No newline at end of file |