mirror of
https://gitlab.com/octtspacc/DroidScriptin
synced 2025-06-05 21:59:21 +02:00
10 lines
151 B
HTML
10 lines
151 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src="./index.js"></script>
|
|
</head>
|
|
<body>
|
|
<p id="log">Ready.</p>
|
|
</body>
|
|
</html>
|