AOC_2022/5/tuer5.html
2022-12-06 12:42:16 +01:00

11 lines
335 B
HTML

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