Snippets

Building a page is super easy!

Copy & Paste

👈 Select a layout block, use the copy button and paste right into your </body> tag.

Alternatively, You can copy the below starter page code and paste it in your favorite editor and save it as HTML or simply use the starter-page.html HTML page in your download folder.

                
                  <!DOCTYPE html>
                  <html dir="ltr" lang="en-US">
                  <head>
                  <meta charset="UTF-8">
                  <meta name="description" content="Nayzak">
                  <meta name="keywords" content="Nayzak">
                  <meta name="author" content="Nayzak">
                  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
                  <title>Nayzak - My Site</title>
                  <link href="assets/images/favicon.ico" rel="shortcut icon" type="image/x-icon">
                  <!-- Nayzak CSS -->
                  <link href="assets/plugins/mapbox/mapbox-gl.css" rel="stylesheet" type="text/css" media="all">
                  <link href="assets/plugins/swiper/swiper-bundle.min.css" rel="stylesheet" type="text/css" media="all">
                  <link href="assets/css/styles.min.css" rel="stylesheet" type="text/css" media="all">
                  <link href="assets/css/reset.min.css" rel="stylesheet" type="text/css" media="all">
                  </head>
                  <body>
                  
                    <h3>⚡️ Your Awesome Site</h3>
                  
                  <!-- Nayzak Javascript Plugins -->
                  <script src="assets/plugins/bootstrap/bootstrap.bundle.min.js"></script>
                  <script src="assets/plugins/swiper/swiper-bundle.min.js"></script>
                  <script src="assets/plugins/aos/aos.min.js"></script>
                  <script src="assets/plugins/mapbox/mapbox.gl.js"></script>
                  <script src="assets/plugins/intl-tel-input/intlTelInput.min.js"></script>
                  <script src="assets/plugins/intl-tel-input/utils.js"></script>
                  <script src="assets/js/custom.js"></script>
                  </body>
                  </html>