2022-12-05 12:15:01 +01:00
|
|
|
<!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'>
|
2022-12-05 12:15:01 +01:00
|
|
|
<button id="start">pwess mee! UwU~</button>
|
2022-12-08 12:46:04 +01:00
|
|
|
<p id='error'></p>
|
2022-12-05 12:15:01 +01:00
|
|
|
<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>
|
2022-12-05 12:15:01 +01:00
|
|
|
</body>
|
|
|
|
|
2022-12-09 22:08:42 +01:00
|
|
|
<script src='script.js'></script> <!-- it do be workin -->
|