18 lines
405 B
HTML
18 lines
405 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Connect</title>
|
|
<script src="index.js"></script>
|
|
<script src="scripts.js"></script>
|
|
</head>
|
|
<body>
|
|
<p>Direct Connect:</p>
|
|
<p>
|
|
<input type="text" id="hostname"><br/>
|
|
<input type="text" id="port" value="22068"></br>
|
|
<button onclick="connect_direct()">
|
|
</p>
|
|
</body>
|
|
</html>
|