-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (56 loc) · 1.55 KB
/
index.html
File metadata and controls
58 lines (56 loc) · 1.55 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Google Docs Quick Launch</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<ul class="btns">
<li id="doc">
<a href="https://docs.google.com/document/create" target="_blank">
<img src="docs-32.png" width="32" height="32">
<span class="label">
New Document
</span>
</a>
</li>
<li id="sheet">
<a href="https://docs.google.com/spreadsheet/ccc?new" target="_blank">
<img src="spreadsheets-32.png" width="32" height="32">
<span class="label">
New Spreadsheet
</span>
</a>
</li>
<li id="prez">
<a href="https://docs.google.com/presentation/create" target="_blank">
<img src="presentations-32.png" width="32" height="32">
<span class="label">
New Presentation
</span>
</a>
</li>
<li id="draw">
<a href="https://docs.google.com/drawings/create?usp=drive_web" target="_blank">
<img src="drawings-32.png" width="32" height="32">
<span class="label">
New Drawing
</span>
</a>
</li>
<li id="form">
<a href="https://docs.google.com/forms/create" target="_new">
<img src="forms-32.png" width="32" height="32">
<span class="label">
New Form
</span>
</a>
</li>
</ul>
<div id="status">
</div>
<script src="popup.js"></script>
<script src="ga.js"></script>
</body>
</html>