Skip to content

Instantly share code, notes, and snippets.

@Avinashachu007
Created May 17, 2016 11:26
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 Avinashachu007/c4fb049bcdfd410923dbbcce5c2b9e17 to your computer and use it in GitHub Desktop.
Save Avinashachu007/c4fb049bcdfd410923dbbcce5c2b9e17 to your computer and use it in GitHub Desktop.
HTML5 basic template
<!DOCTYPE html>
<html>
<head>
<title>SRINAR ELECTRONICS</title>
<!--css-->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<!--/css-->
<!-- for-mobile-apps -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Your Title here" />
<!-- js -->
<script src="js/jquery.min.js"> </script>
<script src="js/bootstrap.js"></script>
<!-- /js -->
<!--fonts-->
<link href='http://fonts.googleapis.com/css?family=Belgrano' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400' rel='stylesheet' type='text/css'>
<!--/fonts-->
<!--script-->
</head>
<body>
<!--HTML body here-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment