-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestWDC.html
30 lines (26 loc) · 1.45 KB
/
testWDC.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
<html>
<head>
<title>WMTA Bus Incidents Feed</title>
<meta http-equiv="Cache-Control" content="no-store" />
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script src="https://connectors.tableau.com/libs/tableauwdc-2.3.latest.js" type="text/javascript"></script>
<script src="../test-wdc/testWDC.js" type="text/javascript"></script>
<style>
#mainbody {
padding-top: 20%;
max-width: 150px;}
}
</style>
</head>
<body id = 'mainbody'>
<div class="container container-table">
<div if = 'mainElement' class="row vertical-center-row" style="text-align:center" >
<img src="https://upload.wikimedia.org/wikipedia/commons/e/e9/WMATA_Metrobus_logo.svg" id = 'mainimg'/> <br />
<button type = "button" id = "submitButton" class = "btn btn-success" style = "margin: 10px;">Get WMTA Bus Incidents Data!</button> <br />
Metro API Key: <input type="text" id="MetroAPIKey"/>
</div>
</div>
</body>
</html>