-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5ed8aa
commit a17b85d
Showing
1 changed file
with
1 addition
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 @@ | ||
<title>404 Not Found</title><link href=./odometer.css rel=stylesheet><style>body{background-color:rgb(208,228,254);font-family:Arial,Helvetica,sans-serif;color:#000;text-align:center}#channelSubs,a{font-family:Arial,Helvetica,sans-serif;color:#000}input,input[type=number],input[type=text]{height:3%}#channelName{font-size:3vw;top:20%;z-index:2;position:relative;text-align:center;text-decoration:none}#channelSubs{text-align:center;font-size:15.5vw;top:30%;z-index:1}#options{position:absolute;left:0;top:0;text-align:left}</style><a href=../ id=channelName>Not Found</a><br><div id=channelSubs class="odometer odometer-auto-theme">0</div><div id=options style=font-size:36px><input id=channelSubmitName name=channelSubmitName placeholder="Channel Name" value="Not Found"><br><input id=countSubmit name=countSubmit placeholder="Channel subs"type=number value="404"><br><input type=submit onclick=submit() value="Set Values"> <a href=../ ><button>Back to main page</button></a></div><script>function submit(){var e=document.querySelector("#channelSubmitName").value,n=document.querySelector("#countSubmit").value;return e?n>1e12||n<-1e12?alert("Count must be between -1 trillion and +1 trillion."):(document.querySelector("#channelName").innerText=e,void(document.querySelector("#channelSubs").innerText=Math.round(n))):alert("You must specify a channel name.")}window.onload=()=>{document.querySelector("#channelSubs").innerText=404}</script><script src=./odometer.js></script> |