12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <!doctype html>
- <html lang="en">
-
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>Connect to Doctor Kernel's WWW server over LAN</title>
- <link href="css/bootstrap.min.css" rel="stylesheet">
- <style>
- .center-block {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- </style>
- </head>
-
- <body style="background-color:white">
- <div class="container">
- <div class="row">
- <div class="col-12">
- <div class="jumbotron text-center" style="background-color:#000084">
- <br/>
- <h1>Doctor Kernel's session logs</h1>
- <h3>How to connect via WWW over LAN</h3>
- </div>
- <div class="alert alert-danger text-center" style="background-color:white">
- <h4>*** CONFIDENTIAL ***</h4>
- <p>
- This service provides
- you — the patient — with
- access to <strong>your own</strong> session logs.
- It is unethical to access logs of other patients
- and you are <strong>firmly</strong> requested
- <strong>not</strong> to do so.
- </p>
- </div>
- </div>
- </div>
- <div class="row">
- <div class="col-md-6">
- <div class="alert alert-info text-center">
- <h4><span class="badge">1</span> First, connect to the <code>doctor_kernel</code> WiFi network with the password <code>daemonthedog</code><h4>
- <img class="img-responsive center-block" style="marginalt="WiFi QR code" src="qrwifi.png" />
- </div>
- </div>
- <div class="col-md-6">
- <div class="alert alert-info text-center">
- <h4><span class="badge">2</span> You can then use your browser to connect to the <code>http://192.168.113.94:8000</code> WWW server<h4>
- <img class="img-responsive center-block" style="marginalt="WWW server QR code" src="qrlogserver.png" />
- </div>
- </div>
- </div>
- <div class="row">
- <div class="col-12">
- <div class="alert alert-warning text-center">*** VERTRAULICH ***</div>
- </div>
- </div>
- </div>
- <script src="js/bootstrap.min.js"></script>
-
- </body>
-
- </html>
|