mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
11 lines
289 B
HTML
11 lines
289 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
</head>
|
|
<script src="index.js"></script>
|
|
<body>
|
|
<textarea id="textInput"></textarea>
|
|
<button id="processButton">Process</button>
|
|
</body>
|
|
</html> |