Skip to content

Instantly share code, notes, and snippets.

@hg2355
hg2355 / Index.html
Created October 23, 2018 16:37
Google Script for Flexible Schedule
<!DOCTYPE html>
<html>
<head>
<base target="_top">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://getbootstrap.com/docs/4.1/examples/jumbotron/jumbotron.css">
<script>
function onSuccess(data) {
var div = document.getElementById('name');