summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Shangreaux <shshoshin@protonmail.com>2020-04-20 19:23:14 -0500
committerGrant Shangreaux <shshoshin@protonmail.com>2020-04-20 19:23:14 -0500
commit71ee5301da9c55c721051e2d5b06cd60dd4ab3be (patch)
tree7a04e48f3c890fb4449c2aa060928bfbbd4e83f6
parentc66be097e53f525365aad92cb8eacb404d547f08 (diff)
Add: caching test file
-rw-r--r--test.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/test.html b/test.html
new file mode 100644
index 0000000..069a4e6
--- /dev/null
+++ b/test.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>Testing No-Cache</title>
+ </head>
+ <body>
+ <div id="app">Original Content</div>
+ </body>
+</html>