📇🏂 Checkpoint
./index.html:96831/1 ./README.md:96831/1
This commit is contained in:
parent
391e490fa7
commit
6b73b9d721
@ -19,7 +19,7 @@ That's this file, where you can tell people what your cool website does and how
|
||||
|
||||
Where you'll write the content of your website.
|
||||
|
||||
### ← styles.css
|
||||
### ← style.css
|
||||
|
||||
CSS files add styling rules to your content.
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- import the webpage's stylesheet -->
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
|
||||
<!-- import the webpage's javascript file -->
|
||||
<script src="/script.js" defer></script>
|
||||
|
Loading…
Reference in New Issue
Block a user