"The North Remembers" - or the html boilerplate (if you have no source-code editor)
The boilerplate is something everyone needs and, at least I, never remembers. So for all the times I do not want to search for it while not using a source-code editor, I am posting it here.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>title</title>
</head>
<body>
</body>
</html>