22 lines
666 B
HTML
22 lines
666 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<title>Logging Doctest</title>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<link rel="stylesheet" href="./3rdparty/highlight/styles/default.css">
|
||
|
<link rel="stylesheet" href="../css/doctest.css">
|
||
|
<script src="./3rdparty/highlight/highlight.pack.js"></script>
|
||
|
<script src="../dist/iwmlib.3rdparty.js"></script>
|
||
|
<script src="../dist/iwmlib.js"></script>
|
||
|
</head>
|
||
|
|
||
|
<body id="page" onload="Doctest.run()">
|
||
|
<h1>
|
||
|
Logging
|
||
|
</h1>
|
||
|
<p>Store informations of your app permanently.</p>
|
||
|
<script class="doctest">
|
||
|
Logging.log('app started')
|
||
|
</script>
|
||
|
</body>
|