-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
23 lines (19 loc) · 707 Bytes
/
menu.html
File metadata and controls
23 lines (19 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<body>
<center>
<b>CLOUDHAT WEB SERVICES</b>
<h1>SELECT THE SERVICE YOU WANT TO USE:</h1>
<br><br><b>
<form action='/scripts/menu.py method="post">
Storage As a Service <input type='radio' name='service' value='staas'><br><br>
Workplace As A Service: <input type='radio' name='service' value='workplace'><br
Container As A Service: <input type='radio' name='service' value='caas'><br><br>
Infrastructure As A Service<input type='radio' name='service' value='iaas'><br><br>
Platform As A Service <input type='radio' name='service' value='paas'><br><br>
Storage As a Service <input type='radio' name='service' value='staas'><br><br>
<input type='submit'>
</b>
</center>
</body>
</form>
</html>