aboutsummaryrefslogtreecommitdiff
path: root/embed.html
blob: 50cf329d339ebf234305db441e3570906a424d96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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>