@tableau/taco-toolkit
Version:
Tableau Connector Toolkit
21 lines (17 loc) • 431 B
HTML
<html>
<head>
<title>USGS Earthquake Feed</title>
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="icon" href="data:,">
<link href="index.css" rel="stylesheet" />
<script src="index.js" type="module" defer></script>
</head>
<body>
<div class="box">
<button type="button" id="submitButton" disabled>
Please wait while settings load...
</button>
</div>
</body>
</html>