<!DOCTYPE html>
|
<html lang="en">
|
<head>
|
<meta charset="UTF-8">
|
<title>LectureObsolated Prototyp</title>
|
<link rel="stylesheet" href="lib/dom-output.css"/>
|
<link rel="stylesheet" href="semester-effort.css"/>
|
</head>
|
<body>
|
<h1>LectureObsolated Prototyp Usage Example</h1>
|
|
<div>
|
<span>Klicken Sie auf 'Run'! Die Ausgabe ist in Browser's <code>console</code> </span>
|
<button name="run" id="run" >Run</button>
|
</div>
|
|
<div class="row">
|
<pre id="text-output"></pre>
|
</div>
|
<script src="lecture-example-usage.js" type="module"></script>
|
</body>
|
</html>
|