-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResearchOrganicGetListRankingsDomain.html
26 lines (20 loc) · 1.53 KB
/
ResearchOrganicGetListRankingsDomain.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
<html>
<head>
<title>Research Organic Get List Ranking Domain</title>
<meta http-equiv="Cache-Control" content="no-store" /><!--The meta tag prevents your browser from caching the page.-->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"><!--The bootstrap.min.css and bootstrap.min.js files are used to simplify styling and formatting.-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script><!--The jquery.min.js file will be used as a helper library by our connector. (For example, the connector uses jquery to get JSON data.)-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" crossorigin="anonymous"></script>
<script src="https://connectors.tableau.com/libs/tableauwdc-2.3.latest.js" type="text/javascript"></script><!--The tableauwdc-2.3.latest.js file is the main library for the WDC API.-->
<script src="ResearchOrganicGetListRankingsDomain.js" type="text/javascript"></script><!--The earthquakeWDC.js file is the (not yet created) JavaScript code for our connector.-->
</head>
<body>
<div class="container container-table">
<div class="row vertical-center-row">
<div class="text-center col-md-4 col-md-offset-4">
<button type="button" id="submitButton" class="btn btn-success" style="margin: 10px;">Get Research Organic Domain Ranking Data!</button>
</div>
</div>
</div>
</body>
</html>