Skip to content

Commit fadbc8e

Browse files
committed
again
1 parent f9f4009 commit fadbc8e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

lab4/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Document</title>
8-
<link href="style.css" rel="stylesheet">
8+
<link href="style.css?v=3" rel="stylesheet">
99
</head>
1010
<body>
1111
<h1> Sign Up Form </h1>
@@ -44,6 +44,6 @@ <h1> Sign Up Form </h1>
4444
</fieldset>
4545

4646
</div>
47-
<script src="script.js"></script>
47+
<script src="script.js?v=3"></script>
4848
</body>
4949
</html>

0 commit comments

Comments
 (0)