Last active
April 29, 2019 12:47
-
-
Save trys/5bcb39f31fea3063cec402ed8877c58c to your computer and use it in GitHub Desktop.
Sergey - Import
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Our lil' website</title> | |
</head> | |
<body> | |
<sergey-import src="header" /> | |
<main> | |
<h1>Welcome!</h1> | |
<p>Our page content.</p> | |
</main> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it should be
<sergey-import src="header" />
since it refers to_imports/header.html