2022-12-05 12:15:01 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<body>
|
2022-12-06 12:42:16 +01:00
|
|
|
<h3>Input-File: </h3><input onchange='readFile(this)' type='file'>
|
2022-12-05 12:15:01 +01:00
|
|
|
<button id="start">pwess mee! UwU~</button>
|
|
|
|
<hr>
|
|
|
|
<h3>Output:</h3>
|
2022-12-06 12:42:16 +01:00
|
|
|
<p id=output>OwO Mastaaw, I dow't like bewwing in a webbwosaaww!! I feew dizzy.. OwO° Anyway hewe's youww numbaaw UmU~ :</p>
|
2022-12-05 12:15:01 +01:00
|
|
|
</body>
|
|
|
|
|
2022-12-06 12:42:16 +01:00
|
|
|
<script src='script.js'></script>
|