49 lines
1.8 KiB
HTML
49 lines
1.8 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<!--
|
||
|
|
Copyright (c) 2015 The logs programmers. All rights reserved.
|
||
|
|
Distributed under the ISC license, see license at the end of the file.
|
||
|
|
-->
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<meta name="viewport" content="width=device-width,
|
||
|
|
initial-scale=1.0">
|
||
|
|
<script type="text/javascript" defer="defer" src="test_browser.js"></script>
|
||
|
|
<style type="text/css">
|
||
|
|
h1 { font-size: 2.5rem; font-weight: 300; text-transform: uppercase; }
|
||
|
|
body { background-color: black;
|
||
|
|
color: #A0A0A0;
|
||
|
|
font-size: 1rem;
|
||
|
|
line-height: 1.3125rem;
|
||
|
|
font-family: monospace;
|
||
|
|
font-weight: 300;
|
||
|
|
margin: 4em; }
|
||
|
|
|
||
|
|
div { font-size: 0.8rem; margin-top:1.3125rem; }
|
||
|
|
p { margin:0rem; padding:0rem; white-space: pre; }
|
||
|
|
</style>
|
||
|
|
<title>Logs test</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<noscript>Sorry, you need to enable JavaScript to see this page.</noscript>
|
||
|
|
<h1>Logs test</h1>
|
||
|
|
See the browser console.
|
||
|
|
</body>
|
||
|
|
</html>
|
||
|
|
|
||
|
|
<!--
|
||
|
|
Copyright (c) 2015 The logs programmers
|
||
|
|
|
||
|
|
Permission to use, copy, modify, and/or distribute this software for any
|
||
|
|
purpose with or without fee is hereby granted, provided that the above
|
||
|
|
copyright notice and this permission notice appear in all copies.
|
||
|
|
|
||
|
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||
|
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||
|
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||
|
|
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||
|
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||
|
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||
|
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||
|
|
-->
|