AOC_2022/5/tuer5.html
2022-12-09 22:08:42 +01:00

13 lines
449 B
HTML

<!DOCTYPE html>
<body style="background-color: #3333; font-family: monospace;">
<h3>Input-File: </h3>
<input onchange='readFile(this)' type='file'>
<button id="start">pwess mee! UwU~</button>
<p id='error'></p>
<hr>
<h3>Output:</h3>
<p id=output>OwO Mastaaw, I dow't like bewwing in a webbwosaaww!! <br><br>I feew dizzy.. OwO° Anyway hewe's youww ansaaww UmU~ :</p>
</body>
<script src='script.js'></script> <!-- it do be workin -->