This repository has been archived by the owner on Jul 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
5 changed files
with
99 additions
and
16 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
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 |
---|---|---|
@@ -1,2 +1,15 @@ | ||
//frontend JavaScript, does not affect the server or the index | ||
console.log('frontend file succcessfully patched') | ||
|
||
function fyuTrigger() { | ||
var r = confirm("SEVERE epilepsy warning! clicking confirm will unleash hell, if you can't handle it then click off."); | ||
if (r == true) { | ||
makeItHell(); | ||
} | ||
} | ||
|
||
function runawayelements() { | ||
var r = confirm("this will make the elements run away, there should be no warnings but be careful."); | ||
if (r == true) { | ||
loadElems() | ||
runAway() | ||
} | ||
} |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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,66 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta name="description" content="hodss.xyz src source directory - src/misc/scrdir.html" /> | ||
</head> | ||
|
||
server source : | ||
<br> | ||
<a href="/index.js" target="_blank">/index.js</a> | ||
<br> | ||
public source : | ||
<br> | ||
<a href="/public/style.css" target="_blank">public/style.css</a> | ||
<br> | ||
<a href="/public/front.js" target="_blank">public/front.js</a> | ||
<br> | ||
src source file directory : | ||
<br> | ||
views : | ||
<br> | ||
<a href="/" target="_blank">src/views/pages/landing.htm</a> | ||
<br> | ||
<a href="/imagedesigners" target="_blank">src/views/pages/ineed.htm</a> | ||
<br> | ||
<a href="/license" target="_blank">src/views/pages/license.htm</a> | ||
<br> | ||
<a href="/new" target="_blank">src/views/pages/newsite.html</a> | ||
<br> | ||
<a href="/portfolio" target="_blank">src/views/pages/portfolio.html</a> | ||
<br> | ||
<a href="/privacy" target="_blank">src/views/pages/privacy.html</a> | ||
<br> | ||
views : blog : | ||
<br> | ||
<a href="/standwithukraine" target="_blank">src/views/blog/ukraine.html</a> | ||
<br> | ||
cdn : | ||
<br> | ||
<a href="src/cdn/hodbanner.png" target="_blank">src/cdn/hodbanner.png</a> | ||
<br> | ||
<a href="src/cdn/hodfolds.png" target="_blank">src/cdn/hodfolds.png</a> | ||
<br> | ||
errors : | ||
<br> | ||
<a href="src/errors/404.htm" target="_blank">src/errors/404.htm</a> | ||
<br> | ||
<a href="src/errors/500.htm" target="_blank">src/errors/500.htm</a> | ||
<br> | ||
misc : | ||
<br> | ||
<a href="src/misc/compression.html" target="_blank">src/misc/compression.html</a> | ||
<br> | ||
<a href="src/misc/makeithell.html" target="_blank">src/misc/makeithell.html</a> | ||
<br> | ||
<a href="src/misc/srcdir.html" target="_blank">src/misc/srcdir.html</a> | ||
<br> | ||
misc : tsscac : | ||
<br> | ||
<a href="src/misc/tsscac/agr0001.md" target="_blank">src/misc/tsscac/agr0001.md</a> | ||
<br> | ||
<a href="src/misc/tsscac/agr0002.md" target="_blank">src/misc/tsscac/agr00002.md</a> | ||
<br> | ||
<a href="src/misc/tsscac/cryptoaddresses.md" target="_blank">src/misc/tsscac/cryptoaddresses.md</a> | ||
<br> | ||
<a href="src/misc/tsscac/tsscac.html" target="_blank">src/misc/tsscac/tsscac.html</a> | ||
<br> |