AOC_2022/5/tuer5.html

13 lines
449 B
HTML
Raw Normal View History

<!DOCTYPE html>
2022-12-08 12:46:04 +01:00
<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>
2022-12-08 12:46:04 +01:00
<p id='error'></p>
<hr>
<h3>Output:</h3>
2022-12-08 12:46:04 +01:00
<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 -->