Skip to content

Instantly share code, notes, and snippets.

@quietsamurai98
quietsamurai98 / html5_template.html
Created March 28, 2017 19:40 — forked from nathansmith/html5_template.html
Simple HTML5 Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge, chrome=1" />
<title>untitled</title>
<link rel="stylesheet" href="" />
</head>
<body>