13 lines
449 B
HTML
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 --> |