We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f4009 commit fadbc8eCopy full SHA for fadbc8e
2 files changed
.DS_Store
0 Bytes
lab4/index.html
@@ -5,7 +5,7 @@
5
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
<title>Document</title>
8
- <link href="style.css" rel="stylesheet">
+ <link href="style.css?v=3" rel="stylesheet">
9
</head>
10
<body>
11
<h1> Sign Up Form </h1>
@@ -44,6 +44,6 @@ <h1> Sign Up Form </h1>
44
</fieldset>
45
46
</div>
47
- <script src="script.js"></script>
+ <script src="script.js?v=3"></script>
48
</body>
49
</html>
0 commit comments