We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821eaf5 commit 8056173Copy full SHA for 8056173
test/index.html
@@ -1,3 +1,14 @@
1
-<h1>
2
- This is the index in the sub folder
3
-</h1>
+<html lang="en">
+ <head>
+ <title>Daves Page</title>
4
+ <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
5
+ <meta http-equiv="Pragma" content="no-cache" />
6
+ <meta http-equiv="Expires" content="0" />
7
+ <meta charset="utf-8">
8
+ </head>
9
+ <body>
10
+ <h1>
11
+ This is the index in the sub folder
12
+ </h1>
13
+ </body>
14
+</html>
0 commit comments