Skip to content

Instantly share code, notes, and snippets.

@devdays
Created December 1, 2014 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devdays/0b8e1cf86617433df1c8 to your computer and use it in GitHub Desktop.
Save devdays/0b8e1cf86617433df1c8 to your computer and use it in GitHub Desktop.
AppCache referencing the manifest
<!DOCTYPE html>
<html manifest="clock.appcache">
<head>
<title>Demo</title>
<script src="script/clock.js"></script>
<link rel="stylesheet" href="css/clock.css">
</head>
<body>
<img id="clockimg" src="images/clock.png" alt="clock" />
<p>The time is: <output id="clock"></output></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment