Skip to content

Instantly share code, notes, and snippets.

@danwarfel
Created March 8, 2016 04:33
Show Gist options
  • Save danwarfel/121ce44bf081b899b361 to your computer and use it in GitHub Desktop.
Save danwarfel/121ce44bf081b899b361 to your computer and use it in GitHub Desktop.
Terse HTML5 skeleton, eschews XHTML habits entirely
<!-- good -->
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>Contact</title>
<link rel=stylesheet href=style.css>
<h1>Contact me</h1>
<label>
Email address:
<input type=email placeholder=you@email.com required>
</label>
<script src=main.js></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment