Files
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

31 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="./../../../vendor/string.js"></script>
<script type="text/javascript" src="./../../device_scale.js"></script>
<script type="text/javascript" src="./../../browser.js"></script>
<script type="text/javascript" src="./../engine.js"></script>
<script type="text/javascript" src="./../loader.js"></script>
<script type="text/javascript" src="./hyphen.js"></script>
</head>
<body style="overflow: hidden;margin: 0;padding: 0;width: 100%; height: 100%;">
<div style="position: absolute; left: 30px;right: 30px; top: 30px; height: 20px;">
<label>Language</label>
<select id="id_lang"></select>
</div>
<textarea id="input" style="position: absolute; left: 30px;width: 500px; top: 60px; height: 20px;">expedition</textarea>
<textarea id="output" style="position: absolute; left: 30px;width: 500px; top: 100px; height: 20px;"></textarea>
<div style="position: absolute; left: 30px;right: 30px; top: 140px; height: 30px;">
<button id="id_go">GO</button>
</div>
</body>
</html>