-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSettings.html
29 lines (26 loc) · 1015 Bytes
/
Settings.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!--
Author: Gaurav Grover (gauravgrover95@gmail.com)
Date: 09/06/2016
Purpose: GUI for the "Setting" option in the custom menu, opens sidebar of settings
-->
<!DOCTYPE html>
<html>
<head>
<base target="_top">
</head>
<body>
<br><br><br>
Settings in Grozip App Script: <input type="button" value="Close" onclick="google.script.host.close()" />
<br><br>
Settings in Grozip App Script: <input type="button" value="Close" onclick="google.script.host.close()" />
<br><br>
Settings in Grozip App Script: <input type="button" value="Close" onclick="google.script.host.close()" />
<br><br>
Settings in Grozip App Script: <input type="button" value="Close" onclick="google.script.host.close()" />
<br><br>
Settings in Grozip App Script: <input type="button" value="Close" onclick="google.script.host.close()" />
<br><br>
Settings in Grozip App Script: <input type="button" value="Close" onclick="google.script.host.close()" />
<br><br>
</body>
</html>