generator-gulp-71pattern-boilerplate
Version:
Boilerplate generator for a Gulp/7-1-pattern structure project
60 lines (58 loc) • 3.02 kB
HTML
<html lang="en-US">
<head>
<!-- === DOMAIN's LINK === -->
<link rel="canonical" href="#">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#">
<meta name="msapplication-TileColor" content="#">
<!-- === PERFORMANCE === -->
<!-- === SEO BASICS === -->
<meta name="description" content="#">
<meta name="copyright" content="Alrove 2021, Copyright ©">
<meta name="author" content="Said Alejandro">
<title>Gulp-71Pattern-boilerplate</title>
<!-- === ICONS === -->
<link rel="icon" href="assets/icons/favicon.ico">
<link rel="shortcut icon" href="assets/icons/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="assets/icons/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="57x57" href="assets/icons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/icons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/icons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/icons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/icons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/icons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/icons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/icons/apple-touch-icon-180x180.png">
<!-- === STYLES === -->
<link rel="stylesheet" href="styles/app.css">
<!-- === FACEBOOK === -->
<meta property="og:url" content="https://said-alrove.github.io/">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="#">
<meta property="og:image:type" content="#">
<meta property="og:image:width" content="#">
<meta property="og:image:height" content="#">
<meta property="og:image:alt" content="#">
<meta property="og:title" content="Home | #">
<meta property="og:description" content="#">
<!-- === TWITTER === -->
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@said_alrove">
<meta name="twitter:image" content="#">
<meta name="twitter:alt" content="#">
<meta name="twitter:title" content="Home | #">
<meta name="twitter:description" content="#">
</head>
<body>
<h1>
Hello World!
</h1>
<div class="u-hidden">
<!-- PURGECSS HELPER ELEMENT -->
</div>
<script src="scripts/main.js"></script>
</body>
</html>