Skip to content

Instantly share code, notes, and snippets.

@inputdrive
inputdrive / html5 template.html
Created February 4, 2022 11:01 — forked from meskarune/html5 template.html
Simple HTML template
<!DOCTYPE html>
<html>
<head>
<META charset="UTF-8" />
<title>
{put your title here}
</title>
<link rel="stylesheet" type="text/css" media="all" href="default.css" />
</head>
<body>