Hong-Phuc Bui
2025-01-16 2889de7f0c2d587a17fbd322af57c29e84238620
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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>