Skip to content

Instantly share code, notes, and snippets.

@magnus404
magnus404 / semantic-layout.html
Created October 7, 2020 06:58 — forked from thomd/semantic-layout.html
Standard HTML5 Semantic Layout
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Title</title>
<link href="stylesheets/main.css" rel="stylesheet" />
</head>
<body>
<header>
<hgroup>