Skip to content

Instantly share code, notes, and snippets.

@barlog-m
Last active January 21, 2020 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barlog-m/7eeaf4de7c5eb327dc15 to your computer and use it in GitHub Desktop.
Save barlog-m/7eeaf4de7c5eb327dc15 to your computer and use it in GitHub Desktop.
index.html
<!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>
@barlog-m
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment