Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Archchaya committed Aug 27, 2021
1 parent 4f730aa commit 16dd1fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
2 changes: 1 addition & 1 deletion fill_blanks-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="fill_blank.css">
<link rel="stylesheet" href="css/fill_blank.css">
<script type="text/javascript" src="fill_blank.js"></script>
<script src="https://kit.fontawesome.com/90e489a80d.js" crossorigin="anonymous"></script>
<title>Fill in the blanks</title>
Expand Down
2 changes: 1 addition & 1 deletion fill_blanks-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="fill_blank.css">
<link rel="stylesheet" href="css/fill_blank.css">
<title>Fill in the blanks</title>
</head>

Expand Down

0 comments on commit 16dd1fd

Please sign in to comment.