Diff -- /var/www/vhosts/3dshawn.com/crm.3dshawn.com/test/ssi/test.html
Diff
/var/www/vhosts/3dshawn.com/crm.3dshawn.com/test/ssi/test.html
added on local at 2026-07-01 15:03:20
Added
+0
lines
Removed
-0
lines
Context
48
unchanged
Blobs
from 054f452f1579
to 054f452f1579
to 054f452f1579
Unified diff
Naive LCS-based line diff. Additions in emerald, deletions in rose. Both sides decompressed live from BLOB_STORE.| 1 | 1 | <!DOCTYPE html> |
| 2 | 2 | <html lang="en" dir="ltr" class="sid-plesk"> |
| 3 | 3 | <head> |
| 4 | 4 | <title>Domain Default page</title> |
| 5 | 5 | <meta name="copyright" content="Copyright 1999-2017. Parallels IP Holdings GmbH. All Rights Reserved."> |
| 6 | 6 | <meta charset="utf-8"> |
| 7 | 7 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| 8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> |
| 9 | 9 | <meta http-equiv="Cache-Control" content="no-cache"> |
| 10 | 10 | <link rel="shortcut icon" href="../../favicon.ico"> |
| 11 | 11 | <link rel="stylesheet" href="../../css/style.css"> |
| 12 | 12 | </head> |
| 13 | 13 | <body> |
| 14 | 14 | |
| 15 | 15 | <div class="page-container test"> |
| 16 | 16 | <!-- start: PAGE HEADER--> |
| 17 | 17 | <div class="page-header-wrapper"> |
| 18 | 18 | <div class="page-header"> |
| 19 | 19 | <a class="product-logo" href="http://www.plesk.com/" target="_blank"><img src="../../img/logo.png" alt="Plesk"></a> |
| 20 | 20 | </div> |
| 21 | 21 | </div> |
| 22 | 22 | <!-- end: PAGE HEADER--> |
| 23 | 23 | |
| 24 | 24 | <!-- start: PAGE CONTENT--> |
| 25 | 25 | <div class="page-content-wrapper"> |
| 26 | 26 | <div class="page-content"> |
| 27 | 27 | |
| 28 | 28 | <div class="pathbar"><a href="../../index.html">Site Home Page</a></div> |
| 29 | 29 | <h1>SSI possibilities test page</h1> |
| 30 | 30 | <p>This page allows to check the possibility to get the extension environment settings.</p> |
| 31 | 31 | <h2>Environment</h2> |
| 32 | 32 | <iframe id="ifr" src="test.shtml" height="320" width="100%" frameborder="0" name="ifr"></iframe> |
| 33 | 33 | |
| 34 | 34 | </div> |
| 35 | 35 | </div> |
| 36 | 36 | <!-- end: PAGE CONTENT--> |
| 37 | 37 | |
| 38 | 38 | <!-- start: PAGE FOOTER--> |
| 39 | 39 | <div class="page-footer-wrapper"> |
| 40 | 40 | <div class="page-footer"> |
| 41 | 41 | This page was generated by Plesk. Plesk is the leading WebOps platform to run, automate and grow applications, websites and hosting businesses. Learn more at <a href="http://www.plesk.com" target="_blank">plesk.com</a>. |
| 42 | 42 | </div> |
| 43 | 43 | </div> |
| 44 | 44 | <!-- end: PAGE FOOTER--> |
| 45 | 45 | </div> |
| 46 | 46 | <script>if (e = document.getElementById('ifr')) e.src += '?' + Date.now();</script> |
| 47 | 47 | </body> |
| 48 | 48 | </html> |