Skip to content

Instantly share code, notes, and snippets.

@ihsakashi
Last active April 12, 2021 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ihsakashi/6e254b301e38ad91bb19a3d3e6808de8 to your computer and use it in GitHub Desktop.
Save ihsakashi/6e254b301e38ad91bb19a3d3e6808de8 to your computer and use it in GitHub Desktop.
tailscale ver - spin
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Drill Client</title>
</head>
<body>
<h1>Spin drill here..</h1>
<form action="http://100.118.206.27:3000/spin" method="POST">
<div class="form-group">
<label>Time</label>
<input type="text" class="form-control" id="spin_time" name="spin_time" placeholder="Spin time in seconds.">
</div>
<button type="submit" class="btn btn-primary">Send</button>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment