-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (24 loc) · 753 Bytes
/
index.html
File metadata and controls
27 lines (24 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>repl.it</title>
</head>
<body>
<div id="status">Loading...</div>
<select id="mainItem">
<option value="AAA">aaa</option>
<option value="BBB">bbb</option>
<option value="CCC">ccc</option>
</select>
<select id="subItem">
<option value="AAA">aaa</option>
<option value="BBB">bbb</option>
<option value="CCC">ccc</option>
</select>
<button id="find">hello there</button>
<script src="fengari-web.js" type="text/javascript"></script>
<script src="ryza_passwords_web.lua" type="application/lua" async></script>
</body>
</html>