Starter Templates   

HTML Starter Template

This Starter template can be used for saving time which most of us waste while setting up initial empty HTML page. Click here to download the full template including CSS, js and font files.

This template has following features in it

  • CSS reset by yahoo
  • jQuery 3.6
  • Font Awesome 4.7
  • AOS – Animate On Scroll Library
<!doctype html>
<html lang="en">
   <head>
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
      <meta name="description" content="">
      <title>HTML Starter</title>
      <link rel="icon" href="assets/images/fav.png" sizes="32x32" />
      <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500,600,700,700i,800,800i,900,900i" rel="stylesheet">
      <link href="assets/css/css-reset.min.css" rel="stylesheet">
      <link href="assets/css/font-awesome.min.css" rel="stylesheet">
      <link href="assets/css/aos.css" rel="stylesheet">
      <link href="assets/css/style.css" rel="stylesheet">
   </head>
   <body>

      <script src="assets/js/jquery.min.js"></script>
      <script src="assets/js/aos.js"></script>
      <script src="assets/js/core.js"></script>
   </body>
</html>
Need a helping hand in fixing your website issues?

If you are facing any problems in implementing these code snippets and tutorials, you can hire us to fix your website issues.

Hire Us