You've already forked netlify-plugin-cache
mirror of
https://github.com/jakejarvis/netlify-plugin-cache.git
synced 2025-10-27 20:05:47 -04:00
add *very* basic example site
This commit is contained in:
8
example/index.html
Normal file
8
example/index.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<h1>Hello world!</h1>
|
||||
<p>This is an example of <a href="https://github.com/jakejarvis/netlify-plugin-cache"><code>netlify-plugin-cache</code></a>. ⚡</p>
|
||||
<p><img src="cached/file2.gif"></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user