Facebook
From Scribby Cat, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 128
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.   <head>
  4.     <meta charset="utf-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1">
  7.  
  8.     <meta name="description" content="">
  9.     <meta name="keywords" content="">
  10.  
  11.     <title>Starter Template for Bootstrap</title>
  12.  
  13.     <!-- Bootstrap core CSS -->
  14.     <link href="css/bootstrap.min.css" rel="stylesheet">
  15.  
  16.     <!-- Font Awesome CSS -->
  17.     <link href="css/font-awesome.min.css" rel="stylesheet">
  18.  
  19.     <!-- Google Font -->
  20.     <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700' rel='stylesheet' type='text/css'>
  21.  
  22.     <!-- Custom styles for this template -->
  23.     <link href="style.css" rel="stylesheet">
  24.  
  25.     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  26.     <!--[if lt IE 9]>
  27.       <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  28.       <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  29.     <![endif]-->
  30.  
  31.   </head>
  32.   <body>
  33.  
  34.     <h1>Ciao Mondo!!!</h1>
  35.  
  36.     <!-- Bootstrap core JavaScript
  37.     ================================================== -->
  38.     <!-- Placed at the end of the document so the pages load faster -->
  39.     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  40.     <script src="js/bootstrap.min.js"></script>
  41.  
  42.   </body>
  43. </html>