forked from paulnguyen/heroku-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gumball.html
34 lines (26 loc) · 852 Bytes
/
gumball.html
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
28
29
30
31
32
33
34
<html>
<head>
<title>Gumball Machine (Node.js - Master Branch - Heroku)</title>
</head>
<body>
<h1 align="center">Welcome to the Gumball Machine (Node.js - Master Branch - Heroku)</h1>
<!-- FORM SECTION -->
<form name="gumballform" method="post" action="">
<input type="hidden" name="state" id="state" value="{state}" />
<p>
<div align="center">
<textarea name="message" cols="50" rows="15" readonly id="message">
{message}
</textarea>
</div>
</p>
<p align="center"><img src="/images/giant-gumball-machine.jpg" width="385" height="316"></p>
<p align="center">
<input type="submit" name="event" id="btnInsertQuarter" value="Insert Quarter">
<input type="submit" name="event" id="btnTurnCrank" value="Turn Crank">
</p>
</form>
<!-- END FORM SECTION -->
</body>
</html>