Skip to content

Instantly share code, notes, and snippets.

@carlossalas
Last active October 15, 2020 22:18
Show Gist options
  • Save carlossalas/8498984 to your computer and use it in GitHub Desktop.
Save carlossalas/8498984 to your computer and use it in GitHub Desktop.
HTML: Skeleton v4
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<!-- MOBILE SPECIFICATIONS -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<title></title>
<!-- FAVICON [WEB & APPLE] -->
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
<!-- GOOGLE FONTS -->
<link href='http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic' rel='stylesheet' type='text/css'>
<!-- CSS -->
<link rel="stylesheet" href="css/main.css" media="screen">
<!-- MODERNIZR ( INCLUDE HTML5 SHIV ) -->
<script src="js/libs/modernizr/modernizr.js"></script>
</head>
<body>
<!-- YOUR HTML HERE -->
<div id="wrapper"></div>
<!-- END YOUR HTML HERE -->
<!-- JS GLOBAL VARS -->
<script type="text/javascript">
<!--
-->
</script>
<!-- JS -->
<script src="js/libs/log.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment