We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fe2f1 commit 975886cCopy full SHA for 975886c
1 file changed
tools/index.html
@@ -11,11 +11,11 @@
11
<body>
12
<div class="container">
13
<h1>Welcome to my tools!</h1>
14
- <p>Custom website tools I have made! :3</p>
+ <p>Custom website tools I have made! hopefully many when you look!</p>
15
16
<div class="button-container">
17
18
- <a href="/tools/encrypt/" class="button">Encryptor / Decryptor</a>
+ <a href="/tools/encrypt/"+window.location.search class="button">Encryptor / Decryptor</a>
19
<a href="#" class="button" onclick="goBack()">Want to go back?</a>
20
21
</div>
0 commit comments