Skip to content

Instantly share code, notes, and snippets.

@rchrd2
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save rchrd2/f1cd54ad385c54ddb4cb to your computer and use it in GitHub Desktop.

Select an option

Save rchrd2/f1cd54ad385c54ddb4cb to your computer and use it in GitHub Desktop.
sandbox-html5-template
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<title></title>
</head>
<body>
<div></div>
</body>
<script src="jquery-1.11.2.min.js"></script>
<script></script>
</html>
web: php -S 0.0.0.0:8000 -t .
#gulp: gulp watch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment