Skip to content

Commit

Permalink
compelte
Browse files Browse the repository at this point in the history
  • Loading branch information
sheresaidon committed Oct 10, 2020
1 parent 835b2a7 commit d885c45
Show file tree
Hide file tree
Showing 4 changed files with 2,309 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.btn-success {
margin: 20px;
}
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<html>
<title>Tableau Web Data Connector Tutorial Part 1</title>
<meta http-equiv="Cache-Control" content="no-store"/>
<head>
<link rel="stylesheet" type="text/css" href="libs/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div>
<button id="submitButton" class="btn btn-success">Get Data</button>
</div>
</body>
<script src="libs/jquery/dist/jquery.min.js"></script>
<script src="js/tableauwdc-2.3.latest.js"></script>
<script src="js/wdc.js"></script>
</html>
Loading

0 comments on commit d885c45

Please sign in to comment.