File tree 5 files changed +21
-5
lines changed
5 files changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -161,3 +161,7 @@ code {
161
161
border-radius : 5px ;
162
162
white-space : pre ;
163
163
}
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();
18
18
app . use ( '/static/images' , express . static ( __dirname + '/public/images' ) ) ;
19
19
app . use ( '/static/semantic' , express . static ( __dirname + '/public/semantic' ) ) ;
20
20
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' ) ) ;
21
23
22
24
app . get ( '/' , function ( req , res ) {
23
25
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>
252
252
< div class ="row ">
253
253
< div class ="column ">
254
254
< 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 >
260
270
</ div >
261
271
</ div >
262
272
You can’t perform that action at this time.
0 commit comments