AOC_2022/5/tuer5.html

11 lines
343 B
HTML
Raw Normal View History

<!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!! <br><br>I feew dizzy.. OwO° Anyway hewe's youww numbaaw UmU~ :</p>
</body>
<script src='script.js'></script>