@ehduardu/bat-framework
Version:
A simple framework for Google Apps Script
24 lines (23 loc) • 399 B
HTML
<html>
<head>
<base target="_top">
<style>
html{
height: 100%;
overflow-y: hidden;
overflow-x: hidden;
}
section{
display: flex;
height: 100%;
width: 100%;
}
</style>
</head>
<body>
<section id="index">
<!-- bundled js and css will get inlined here -->
</section>
</body>
</html>