mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
moved shared styles out ot assets
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user