Files
chrome-extensions-samples/samples/tasks/index.html
2014-09-02 18:06:16 +02: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>