This repository was archived by the owner on Dec 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +21
-5
lines changed
Expand file tree Collapse file tree 5 files changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -161,3 +161,7 @@ code {
161161 border-radius : 5px ;
162162 white-space : pre ;
163163}
164+
165+ .policies {
166+ margin-bottom : 8px ;
167+ }
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ process.env.PWD = process.cwd();
1818 app . use ( '/static/images' , express . static ( __dirname + '/public/images' ) ) ;
1919 app . use ( '/static/semantic' , express . static ( __dirname + '/public/semantic' ) ) ;
2020 app . use ( '/ads.txt' , express . static ( __dirname + '/public/ads.txt' ) ) ;
21+ app . use ( '/docs/privacy-policy.docx' , express . static ( __dirname + '/public/docs/privacy-policy.docx' ) ) ;
22+ app . use ( '/docs/cookie-policy.docx' , express . static ( __dirname + '/public/docs/cookie-policy.docx' ) ) ;
2123
2224 app . get ( '/' , function ( req , res ) {
2325 res . sendFile ( __dirname + '/dist/index.html' ) ;
Original file line number Diff line number Diff line change @@ -252,11 +252,21 @@ <h3 class="ui header">Support project:</h3>
252252 < div class ="row ">
253253 < div class ="column ">
254254 < div class ="ui divider "> </ div >
255- < span > ©
256- < a href ="https://www.tiagoserafim.com/ "> Tiago Serafim</ a > , < a href ="https://github.com/sanex3339 "> Timofey Kachalov</ a > - < a
257- href ="https://github.com/javascript-obfuscator/javascript-obfuscator-ui "> source-code</ a > - Powered by < a
258- href ="https://github.com/javascript-obfuscator/javascript-obfuscator "> JavaScript Obfuscator</ a >
259- </ span >
255+
256+ < div class ="policies ">
257+ < span >
258+ < a href ="/docs/cookie-policy.docx "> Cookie Policy</ a > |
259+ < a href ="/docs/privacy-policy.docx "> Privacy Policy</ a >
260+ </ span >
261+ </ div >
262+
263+ < div >
264+ < span > ©
265+ < a href ="https://www.tiagoserafim.com/ "> Tiago Serafim</ a > , < a href ="https://github.com/sanex3339 "> Timofey Kachalov</ a > - < a
266+ href ="https://github.com/javascript-obfuscator/javascript-obfuscator-ui "> source-code</ a > - Powered by < a
267+ href ="https://github.com/javascript-obfuscator/javascript-obfuscator "> JavaScript Obfuscator</ a >
268+ </ span >
269+ </ div >
260270 </ div >
261271 </ div >
262272
You can’t perform that action at this time.
0 commit comments