1
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:
2020-06-06 12:51:29 -04:00
parent 97c0823c18
commit 703b80244e
9 changed files with 37 additions and 0 deletions

8
example/index.html Normal file
View 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>