Skip to content

Instantly share code, notes, and snippets.

@deanhume
Created December 15, 2015 17:46
Show Gist options
  • Save deanhume/4cd47fff50029073db2b to your computer and use it in GitHub Desktop.
Save deanhume/4cd47fff50029073db2b to your computer and use it in GitHub Desktop.
Example HTML file
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Service Worker Toolbox</title>
</head>
<body>
<!-- Images -->
<img src="/images/contact.svg" height="80" width="80" />
<img src="/images/info.svg" height="80" width="80" />
<img src="/images/cv.svg" height="80" width="80" />
<!-- JavaScript -->
<script async src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
</body>
</html>
@wew22wew
Copy link

wew22wew commented Dec 7, 2020

<title>Service Worker Toolbox</title>

<script async src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>

@deanhume
Copy link
Author

deanhume commented Dec 8, 2020

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment