Skip to content

Instantly share code, notes, and snippets.

@alufers
Last active August 29, 2015 14:13
Show Gist options
  • Save alufers/699061a02bf657ef8e56 to your computer and use it in GitHub Desktop.
Save alufers/699061a02bf657ef8e56 to your computer and use it in GitHub Desktop.
HTML5 Skleton
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<link href="style.css" rel="stylesheet" type="text/css">
<title>HTML5</title>
</head>
<body>
Hello html5!
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment