If you search online for a minimalistic html5 boilerplate, you find a lot of 💩. All I want is the most basic html5-boilerplate. NOW! And so this is it!
The μnimal-html5-boilerplate!
💾 PLEASE COPY THIS FLOPPY! 💾
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<title></title>
</head>
<body>
</body>
</html>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script type="text/javascript">
console.log("hello world");
</script>
<script src="javascript.js"></script>
<link rel="stylesheet" href="styles.css">
MIT