Skip to content

Commit 54ad0e2

Browse files
Create index.html
1 parent 351d21a commit 54ad0e2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pages/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)