diff options
author | Grant Shangreaux <shshoshin@protonmail.com> | 2020-04-20 19:23:14 -0500 |
---|---|---|
committer | Grant Shangreaux <shshoshin@protonmail.com> | 2020-04-20 19:23:14 -0500 |
commit | 71ee5301da9c55c721051e2d5b06cd60dd4ab3be (patch) | |
tree | 7a04e48f3c890fb4449c2aa060928bfbbd4e83f6 /test.html | |
parent | c66be097e53f525365aad92cb8eacb404d547f08 (diff) |
Add: caching test file
Diffstat (limited to 'test.html')
-rw-r--r-- | test.html | 12 |
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> |