diff options
| author | 8cy <[email protected]> | 2020-06-02 10:24:13 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-06-02 10:24:13 -0700 |
| commit | 2321b2a0acaa0cba14dc38633cd46adee838294c (patch) | |
| tree | e556c69fc7fdb3d7afa7a1a4fd6b381112db126f /changelog/index.html | |
| download | kyzer.co-admin-2321b2a0acaa0cba14dc38633cd46adee838294c.tar.xz kyzer.co-admin-2321b2a0acaa0cba14dc38633cd46adee838294c.zip | |
Initial commit
Diffstat (limited to 'changelog/index.html')
| -rw-r--r-- | changelog/index.html | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/changelog/index.html b/changelog/index.html new file mode 100644 index 0000000..0a021ef --- /dev/null +++ b/changelog/index.html @@ -0,0 +1,54 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8" /> + </head> + <body> + <h1 id="changeloghistory">Change Log + History</h1> + <p>Author: s1nical</p> + <hr /> + + <div id="1.22020-03-30"> + <h3>1.2 2020–03–30</h3> + <p>And here we go.</p> + <ul> + <li>add slipstream logger</li> + </ul> + </div> + + <div id="1.22020-03-18"> + <h3>1.2 2020–03–18</h3> + <p>And here we go.</p> + <ul> + <li>remove java from skills in about</li> + </ul> + </div> + + <div id="1.12020-03-11"> + <h3>1.1 2020–03–11</h3> + <p>And here we go.</p> + <ul> + <li>add securly bypass</li> + <li>remove red highlights from web proxy in tools and browser games</li> + <li>remove web proxy in browser games</li> + <li>remove securly bypass</li> + <li>rename web proxy to usefull web proxy</li> + <li>add /dir and /cl which redirect to /directory and /changelog</li> + </ul> + </div> + + <div id="1.02020-03-10"> + <h3>1.0 2020–03–10</h3> + <p>And here we go.</p> + <ul> + <li>changed all seo meta deta to be correct (url, type etc.)</li> + <li>added regex to root, if at rhs, says rhs on load</li> + <li>removed rhs load</li> + <li>changed locations of visitors</li> + <li>added changelog</li> + <li>added .htpasswd for encryption instead of custom thing (might change but who knows)</li> + <li>add web proxy to broswer games and tools</li> + </ul> + </div> + </body> +</html>
\ No newline at end of file |