Skip to content

Instantly share code, notes, and snippets.

@alexsoft
Last active October 11, 2015 02:38
Show Gist options
  • Save alexsoft/3790242 to your computer and use it in GitHub Desktop.
Save alexsoft/3790242 to your computer and use it in GitHub Desktop.
HTML: Starting Template
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Random title</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link href="css/bootstrap.css" rel="stylesheet">
<link rel="shortcut icon" href="ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/touch-144-pre.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/touch-114-pre.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/touch-72-pre.png">
<link rel="apple-touch-icon-precomposed" href="ico/touch-57-pre.png">
</head>
<body>
html code
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment