diff options
| author | s1n <[email protected]> | 2020-03-28 10:31:08 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2020-03-28 10:31:08 -0700 |
| commit | 6b81836e6b9815a2996a55ad37dcaa4d89f99e42 (patch) | |
| tree | 74bb9aa78ca31a6acfffd908e34dfb0df433c707 /changelog | |
| parent | Create .gitignore (diff) | |
| download | cyne.cf-backup-master.tar.xz cyne.cf-backup-master.zip | |
Diffstat (limited to 'changelog')
| -rw-r--r-- | changelog/.htaccess | 4 | ||||
| -rw-r--r-- | changelog/index.html | 46 |
2 files changed, 50 insertions, 0 deletions
diff --git a/changelog/.htaccess b/changelog/.htaccess new file mode 100644 index 0000000..0762e39 --- /dev/null +++ b/changelog/.htaccess @@ -0,0 +1,4 @@ +AuthUserFile /home/vol9_2/epizy.com/epiz_25275270/htdocs/assets/users/.htpasswdmufxo45v5tz7bAWr +AuthType Basic +AuthName "My restricted Area" +Require valid-user
\ No newline at end of file diff --git a/changelog/index.html b/changelog/index.html new file mode 100644 index 0000000..261ab3d --- /dev/null +++ b/changelog/index.html @@ -0,0 +1,46 @@ +<!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-18"> + <h3>1.2 2020–03–18</h3> + <p>And here we go.</p> + <ul> + <li>remove java form 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 |