HTML5 Boilerplate Template for All

·

1 min read

Can't be bothered to write your boilerplate from scratch? Copy it from here!

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Template</title>
  </head>
  <body>
  <body>
</html>