Skip to content

Commit

Permalink
some extra details
Browse files Browse the repository at this point in the history
  • Loading branch information
darobin committed Nov 5, 2011
1 parent 55bd22b commit f31ba28
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specathon/example.html
Expand Up @@ -16,7 +16,17 @@
</prefetch>
</head>
<body>
<!--
- this gets cached automatically
-->
<img src='robin-looking-sexy.jpg'/>
<!--
- we can specify that something isn't cached
-->
<video src='robin-stripping.vid' nocache></video>
<!--
- do we need to re-specify caching on non-SOP resources?
-->
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js' cache></script>
</body>
</html>
Expand Down

0 comments on commit f31ba28

Please sign in to comment.