This repository has been archived by the owner on Sep 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Contract and transactions are working as intended. Transaction history is working as intended. Style updates are required some strange graphical anom's exist. Style refactor to follow.
- Loading branch information
Showing
1,945 changed files
with
68,597 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<html> | ||
<head> | ||
<title>404 page for github pages</title> | ||
<META http-equiv="refresh" content="1;URL=https://Oystr.pirl.io"> | ||
<style type="text/css"> | ||
body { | ||
background-color: #f0f0f0; | ||
color: #ACACAC; | ||
text-shadow: 0 -1px #fff; | ||
font: 20px Helvetica Neue, Arial; | ||
font-weight: 200; | ||
text-align: center; | ||
padding: 10px; | ||
padding-top: 100px; | ||
} | ||
|
||
a { | ||
margin: 16px 0; | ||
margin-bottom: 48px; | ||
font: 100 16px 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; | ||
text-decoration: none; | ||
color: #02a8f3; | ||
font-weight: 600; | ||
font-size: 1em; | ||
line-height: 1.4em; | ||
} | ||
|
||
#msg { | ||
opacity: 0; | ||
transition: opacity 1s ease-in-out; | ||
} | ||
|
||
</style> | ||
</head> | ||
|
||
<body onload="setTimeout(onTimerElapsed, 5000);"> | ||
<div id="msg"> | ||
<p> | ||
<a href="https://Oystr.pirl.io"> Click here to redirect to the main wallet page</a> | ||
</p> | ||
</div> | ||
</body> | ||
|
||
<script type="text/javascript"> | ||
function onTimerElapsed() { | ||
var myDiv = document.getElementById('msg'); | ||
myDiv.style.opacity = 1; | ||
} | ||
</script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
The Wallet Authors | ||
|
||
Mathew 'Wallermadev' Waller <[email protected]> |
Oops, something went wrong.