Files
chrome-extensions-samples/apps/samples/tasks/index.html
Sam Thorogood 8af19b8ca9 move
2020-12-04 09:18:01 +11:00

11 lines
214 B
HTML
Executable File

<html>
<head>
<title>GAPI Sample App</title>
<script src="gapiCallback.js"></script>
<script src="gapi-chrome-apps.js"></script>
</head>
<body>
<h2>GAPI Sample Task app</h2>
</body>
</html>