Fix path in index.

This commit is contained in:
Danila Fedorin 2021-05-30 20:58:11 -07:00
parent 4302a5e53f
commit e32de9a11c
1 changed files with 1 additions and 1 deletions

2
dist/index.html vendored
View File

@ -3,7 +3,7 @@
<script src="course.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lora&family=Roboto+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" media="screen" href="css/style.css">
<link rel="stylesheet" media="screen" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>