Created
March 8, 2016 04:33
-
-
Save danwarfel/121ce44bf081b899b361 to your computer and use it in GitHub Desktop.
Terse HTML5 skeleton, eschews XHTML habits entirely
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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 [email protected] 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