# Basic HTML Markup
The general template markup is the same throughout the files. Please make sure that you have the correct HTML markup first before doing any customizations.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Arrigo – A Contemporary HTML5 Template for Creatives</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta content="telephone=no" name="format-detection" />
<meta name="HandheldFriendly" content="true" />
<link rel="stylesheet" href="static/css/separate-css/bootstrap-reboot.min.css" />
<link rel="stylesheet" href="static/css/separate-css/bootstrap-grid.min.css" />
<link rel="stylesheet" href="static/css/separate-css/swiper.min.css" />
<link rel="stylesheet" href="static/css/separate-css/photoswipe.css" />
<link rel="stylesheet" href="static/css/separate-css/default-skin.css" />
<link rel="stylesheet" href="static/css/separate-css/linear-icons.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons%7CPoppins:300,300i,400,400i,600,600i%7CPlayfair+Display:400i" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/brands.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/fontawesome.css" />
<link rel="stylesheet" href="static/css/main.min.css" />
<!-- ICONS-->
<link rel="apple-touch-icon" sizes="57x57" href="static/img/content/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="static/img/content/apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="static/img/content/apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="static/img/content/apple-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="static/img/content/apple-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="static/img/content/apple-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="static/img/content/apple-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="static/img/content/apple-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="static/img/content/apple-icon-180x180.png" />
<link rel="icon" type="image/png" sizes="192x192" href="static/img/content/android-icon-192x192.png" />
<link rel="icon" type="image/png" sizes="32x32" href="static/img/content/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="static/img/content/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="static/img/content/favicon-16x16.png" />
<link rel="manifest" href="static/img/content/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="static/img/content/ms-icon-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<link rel="icon" type="image/x-icon" href="static/img/content/favicon.ico" />
</head>
<body>
<!-- PAGE PRELOADER -->
<div class="preloader">
<div class="preloader__curtain bg-light"></div>
<div class="preloader__wrapper-logo">
<div class="preloader__logo">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g fill="none" fill-rule="evenodd">
<rect class="rect" width="100%" height="100%"></rect>
</g>
</svg>
<div class="logo">
<div class="logo__text">Arrigo Sabbani</div>
</div>
</div>
</div>
</div>
<!-- - PAGE PRELOADER -->
<div class="page-wrapper">
<!-- PAGE HEADER -->
<header class="header site-header js-header-sticky header_light">
...
</header>
<!-- - PAGE HEADER -->
<main class="site-main">
...
</main>
<!-- PAGE FOOTER -->
<footer class="footer site-footer">
...
</footer>
<!-- - PAGE FOOTER -->
</div>
<script src="static/js/separate-js/modernizr.custom.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyArW7jnLU4wdvZGxBMN1jNXAq5dBxVBt4U"></script>
<!-- VENDOR SCRIPTS -->
<script src="static/js/vendor.min.js"></script>
<!-- - VENDOR SCRIPTS -->
<!-- COMPONENTS -->
<script src="static/js/components.min.js"></script>
<!-- - COMPONENTS -->
<!-- INIT COMPONENTS-->
<script src="static/js/separate-js/common.js"></script>
<!-- - INIT COMPONENTS-->
<!-- PAGE SCRIPTS-->
<!-- - PAGE SCRIPTS-->
</body>
</html>