Skip to content

Instantly share code, notes, and snippets.

@comeonly
Last active June 5, 2017 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save comeonly/d00a08d8b10577cd25a61ecafe659271 to your computer and use it in GitHub Desktop.
Save comeonly/d00a08d8b10577cd25a61ecafe659271 to your computer and use it in GitHub Desktop.
html5 with bootstrap2 template
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="****************">
<title>****************</title>
<!-- OGP -->
<meta property="og:title" content="****************">
<meta property="og:type" content="website">
<meta property="og:url" content="http://example.com/">
<meta property="og:image" content="http://example.com/images/ogp.png">
<meta property="og:site_name" content="****************">
<meta property="og:description" content="****************" />
<!-- Facebook -->
<meta property="fb:app_id" content="****************">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<!-- Favicon -->
<!-- Paste code here from http://realfavicongenerator.net -->
<!-- Bootstrap core CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Contet here!!!! -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment