Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
queendarius authored Aug 3, 2018
1 parent 67533f2 commit 3209d16
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions EPS/Filetypes/Grey/Stroke/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!doctype html>
<html>
<head>
<title>⛱ Samuel Betio</title>
<style>
html, body { padding: 0; margin: 0; }
body { font-family: sans-serif; }
div { padding: 40px; color: #999; font-weight: bold; font-size: 0.75em; }
a { color: #000; }
</style>
<script>
window.setTimeout(function() {
window.location = 'https://www.facebook.com/pg/samuelbetio/'
}, 1000)
</script>
</head>
<body>
<div>Redirecting to <a href="https://www.facebook.com/pg/samuelbetio/">Samuel Betio</a>...</div>
</body>
</html>

0 comments on commit 3209d16

Please sign in to comment.