Skip to content
This repository has been archived by the owner on Sep 3, 2018. It is now read-only.

Commit

Permalink
Initial Functional Release;
Browse files Browse the repository at this point in the history
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
MatWaller committed Oct 3, 2017
1 parent 7d3e402 commit 6a949ad
Show file tree
Hide file tree
Showing 1,945 changed files with 68,597 additions and 0 deletions.
50 changes: 50 additions & 0 deletions 404.html
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>
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
The Wallet Authors

Mathew 'Wallermadev' Waller <[email protected]>
Loading

0 comments on commit 6a949ad

Please sign in to comment.