Skip to content

Commit

Permalink
Update inha_findremainseats.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hyon3000 committed Jul 30, 2023
1 parent 43a5c6f commit dbe5b8c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion top_secret/inha_findremainseats.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@
return ret;
}
</script>
<p>
<t1> 인상대학교 잔여좌석 검색서비스</t1>
</p>
<p>
이름(최소 2글자):
<input type="text" id="name" style="width:40px;" value="">
<input type="button" onclick="createurl(document.getElementById('name').value))" value="검색">
<input type="button" onclick="location.href=createurl(document.getElementById('name').value))" value="검색">
</p>
</body>
</html>

0 comments on commit dbe5b8c

Please sign in to comment.