publish: Got it working

generated from commit 1852bbf12e
This commit is contained in:
Joshua Seigler 2019-05-06 09:29:39 -04:00
parent 6a93c8f3d6
commit e98870e12b
3 changed files with 24 additions and 2 deletions

23
404.html Normal file
View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Borderlands 3 skill calculator</title>
<script>
sessionStorage.redirect = location.href;
</script>
<meta http-equiv="refresh" content="0;URL='/'"></meta>
</head>
<body>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</body>
</html>

1
CNAME
View file

@ -1 +0,0 @@
bl3skills.com

2
sw.js

File diff suppressed because one or more lines are too long