diff options
author | Grant Shangreaux <shshoshin@protonmail.com> | 2020-04-20 19:24:20 -0500 |
---|---|---|
committer | Grant Shangreaux <shshoshin@protonmail.com> | 2020-04-20 19:24:20 -0500 |
commit | daedcf3e9b6bb161ce1869357e710c369f9a9dc9 (patch) | |
tree | 25fe305e4a2d4ba51d556f2c467fc84074537a98 /test.html | |
parent | 71ee5301da9c55c721051e2d5b06cd60dd4ab3be (diff) |
Add: changed test content, should cache
Diffstat (limited to 'test.html')
-rw-r--r-- | test.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,6 +7,6 @@ <title>Testing No-Cache</title> </head> <body> - <div id="app">Original Content</div> + <div id="app">New Content</div> </body> </html> |