1
0
Fork 0

📇🏂 Checkpoint

./index.html:96831/1
./README.md:96831/1
This commit is contained in:
Glitch (hello-webpage) 2018-03-19 21:14:14 +00:00
parent 391e490fa7
commit 6b73b9d721
3 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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>