Created
December 15, 2015 17:46
-
-
Save deanhume/4cd47fff50029073db2b to your computer and use it in GitHub Desktop.
Example HTML file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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