-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (22 loc) · 965 Bytes
/
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
<html>
<head >
<title>METRO</title>
<style>
button
{
background-color: floralwhite;color: darkslategrey;padding: 10px;border-radius: 12px;font-family: cursive;font-style: oblique
}
</style>
</head>
<body style="background-image: url(img/metrobg1.jpg);background-repeat: no-repeat;background-size: cover">
<center>
<br><h1>Welcome to the metro application</h1>
<img src="img/home.jpeg" style="width: 400px; position: relative"><br><br><br>
<b>
<button title="Click here to get details between stations" onclick="fareco()">STATION DETAILS</button><br><br>
<button title="Click here to view map" onclick="map()">METRO MAP</button><br><br>
<button title="Click here to recharge card" onclick="card()">METRO CARD RECHARGE</button>
</b></center>
<script type="text/javascript" src="js/farec.js"></script>
</body>
</html>