Last active
January 21, 2020 10:10
-
-
Save barlog-m/7eeaf4de7c5eb327dc15 to your computer and use it in GitHub Desktop.
index.html
This file contains 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" /> | |
<title>Title</title> | |
<link rel="stylesheet" href="css/main.css" /> | |
<script src="js/main.js"></script> | |
</head> | |
<body> | |
<header> | |
<h1>header</h1> | |
</header> | |
<aside> | |
<p>sidebar</p> | |
</aside> | |
<main> | |
<article> | |
<h2>article header</h2> | |
<p>article</p> | |
</article> | |
</main> | |
<footer> | |
<p>footer</p> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
W3C HTML Validator