Created
March 8, 2013 23:36
-
-
Save internoma/5121039 to your computer and use it in GitHub Desktop.
Bootstrap - Inicialización
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="es-ES"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> | |
<title>Bootstrap 2.3 INI</title> | |
<!-- Bootstrap css --> | |
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> | |
<link href="css/bootstrap-responsive.min.css" rel="stylesheet" media="screen"> | |
<!-- Fav and touch icons --> | |
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="./ico/apple-touch-icon-144-precomposed.png"> | |
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="./ico/apple-touch-icon-114-precomposed.png"> | |
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="./ico/apple-touch-icon-72-precomposed.png"> | |
<link rel="apple-touch-icon-precomposed" href="./ico/apple-touch-icon-57-precomposed.png"> | |
<link rel="shortcut icon" href="./ico/favicon.png"> | |
</head> | |
<body> | |
<!-- Javascript | |
================================================== --> | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> | |
<script>window.jQuery || document.write('<script src="js/jquery-1.8.3.min.js"><\/script>')</script> | |
<script src="js/bootstrap.min.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment