Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

HTML

HTML5 boilerplate

<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8">
		<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
		<title>HTML5 Blank Template</title>
		<meta name="description" content="Basic HTML boilerplate" />
		<link href="styles.css" rel="stylesheet" />
	</head>
	<script src="scripts.js"></script>
	<body>

	</body>
</html>