Server IP : 103.11.96.170 / Your IP : 3.137.41.2 Web Server : Microsoft-IIS/10.0 System : Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64 User : elibrary.unsap.ac.id ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF Directory (0777) : D:/localhost/perpus/user_guide/../ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php if (!empty($_GET['q'])) { switch ($_GET['q']) { case 'info': phpinfo(); exit; break; } } ?> <!DOCTYPE html> <html> <head> <title>MAINTENANCE</title> <link href="https://fonts.googleapis.com/css?family=Karla:400" rel="stylesheet" type="text/css"> <style> html, body { height: 100%; } body { margin: 0; padding: 0; width: 100%; display: table; font-weight: 100; font-family: 'Karla'; } .container { text-align: center; display: table-cell; vertical-align: middle; } .content { text-align: center; display: inline-block; } .title { font-size: 96px; } .opt { margin-top: 30px; } .opt a { text-decoration: none; font-size: 150%; } a:hover { color: red; } </style> </head> <body> <div class="container"> <div class="content"> <div class="title" title="Laragon">MAINTENANCE</div> </div> <div class="opt"> <div><a title="Getting Started" href="#"></a></div> </div> </div> </div> </body> </html>