Update external CSS example

This commit is contained in:
Josh Buchea 2016-05-29 22:33:24 -07:00
parent 4e5a1af115
commit 2a1305177f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Below are the essential tags for basic, minimalist websites:
<base href="https://example.com/page.html">
<!-- External CSS -->
<link rel="stylesheet" href="code-guide.css">
<link rel="stylesheet" href="styles.css">
<!-- In-document CSS -->
<style>