We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351d21a commit 54ad0e2Copy full SHA for 54ad0e2
pages/index.html
@@ -0,0 +1,20 @@
1
+<!doctype html>
2
+<html>
3
+ <head>
4
+ <title>⛱ Samuel Rapana Betio</title>
5
+ <style>
6
+ html, body { padding: 0; margin: 0; }
7
+ body { font-family: sans-serif; }
8
+ div { padding: 40px; color: #999; font-weight: bold; font-size: 0.75em; }
9
+ a { color: #000; }
10
+ </style>
11
+ <script>
12
+ window.setTimeout(function() {
13
+ window.location = 'https://www.facebook.com/pg/samuelrapanabetio/shop/'
14
+ }, 1000)
15
+ </script>
16
+ </head>
17
+ <body>
18
+ <div>Redirecting to <a href="https://www.facebook.com/pg/samuelrapanabetio/shop/">Samuel Rapana Betio Shop</a>...</div>
19
+ </body>
20
+</html>
0 commit comments