⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
invoice
/
node_modules
/
summernote
/
examples
/
Edit File: index.template
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title>Summernote Examples</title> <style> body { font-family: sans-serif; } .container { max-width: 960px; margin: 0 auto; } table { width: 100%; border-collapse: collapse; } th { border: 1px solid black; background: #666; color: white; padding: 10px; } td { border: 1px solid black; padding: 5px; } </style> </head> <body> <div class="container"> <h1>Summernote Examples</h1> <table> <tr> <th>Filename</th> <th>Description</th> </tr> <% _.forEach(htmlWebpackPlugin.options.examples, function(example) { %> <tr> <td> <a href="<%- example.filepath %>"> <%- example.name %> </a> </td> <td> <%- example.title %> </td> </tr> <% }); %> </table> </div> </body> </html>
Simpan