Skip to content

Commit

Permalink
Create gr.html
Browse files Browse the repository at this point in the history
  • Loading branch information
horiq-asm authored Feb 14, 2024
1 parent 0b219c4 commit 0d4da7c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions gr.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<html>
<head>
<title>Garage shutter</title>
<meta charset="utf-8"/>
<meta name="disabled-adaptations" content="watch">
<link rel="stylesheet" type="text/css" href="/rq/apple-watch.css">
</head>
<body>
<p id="p1">
MONYA:<BR>
<div style="line-height: 0.4em">
<form action="/cgi-bin/mk1.cgi" target="dummy">
<p id="p1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="radio" name="mk1" value="OPEN" checked="checked" />
<label for="OPEN">開ける</label>
</p>
<p id="p1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="radio" name="mk1" value="CLOSE" />
<label for="CLOSE">おとす</label>
</p>
<p id="p1"><button type="submit" style="color:blue">&nbsp;押す&nbsp;</button/></p>
</form>
<p id="p1">
<iframe src="about:blank" name="dummy" width="800" style="height:10em" frameborder="1" tabindex=-1>
</iframe>
</p>
</div>
</body>
</html>

0 comments on commit 0d4da7c

Please sign in to comment.