Skip to content

Instantly share code, notes, and snippets.

@tariqhamid
Forked from mogsdad/Dashboard-Index.html
Created June 21, 2016 18:04
Show Gist options
  • Save tariqhamid/5eab10661d919b7122ad742b3d5d5509 to your computer and use it in GitHub Desktop.
Save tariqhamid/5eab10661d919b7122ad742b3d5d5509 to your computer and use it in GitHub Desktop.
<!-- Use a templated HTML printing scriptlet to import common stylesheet. -->
<?!= HtmlService.createHtmlOutputFromFile('Stylesheet').getContent(); ?>
<html>
<body>
<h1 id="main-heading">Loading...</h1>
<div id="dashboard-div">
<div id="control-div">
<div id="slider-div">
</div>
<div id="selector-div">
</div>
</div>
<div id="charts-div">
<div id="piechart-div">
</div>
<div id="table-div">
</div>
</div>
</div>
<div class="hidden" id="error-message">
</div>
</body>
</html>
<!-- Store data passed to template here, so it is available to the
imported JavaScript. -->
<script>
</script>
<!-- Use a templated HTML printing scriptlet to import JavaScript. -->
<?!= HtmlService.createHtmlOutputFromFile('JavaScript').getContent(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment