-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.08 KB
/
index.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="style.css" />
<title>JavaScript Applications</title>
</head>
<body>
<h1>JavaScript Applications - by Vamsi Charan Adari</h1>
<h3>Any queries <a href="mailto:adarivamsi@gmail.com?subject=feedback">email me</a> - adarivamsi@gmail.com</h3>
<form align="center" action="Validation-Forms/index.html">
<button class="text-button text-button1" >Validation Forms</button>
</form>
<form align="center" action="Booking-Seats/index.html">
<button class="text-button text-button2" >Booking Seats</button>
</form>
<form align="center" action="Video-Player/index.html">
<button class="text-button text-button3" >Video Player</button>
</form>
<form align="center" action="Currency-Exchange-UI/index.html">
<button class="text-button text-button4" >Currency Exchange</button>
</form>
</body>
</html>