moved shared styles out ot assets

This commit is contained in:
Micah Godbolt
2019-02-15 14:27:00 -08:00
parent 89cd2e3356
commit d43986bfe7
5 changed files with 131 additions and 103 deletions

View File

@@ -2,6 +2,7 @@
<head>
<title>Intro to HTML</title>
<link rel="stylesheet" href="./style.css" />
<style>
a {
color: #333333;
@@ -10,8 +11,6 @@
</head>
<body>
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element">HTML Element Reference</a>
<h2><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element#Document_metadata">Document Meta Data</a></h2>
<p>head, title, link, style</p>