Giter VIP home page Giter VIP logo

modern-html-starter-template's Introduction

Modern HTML Starter Template

License: MIT

logo

Includes

  • All Meta & Link Tags
  • HTML5 Tags & CSS3 Props
  • CSS & JavaScript Modules
  • Offline First Service Worker
  • manifest.json
  • AMP Project
  • All Security Headers
  • Express.js Server
  • netlify.toml
  • robots.txt
  • sitemap.xml
  • browserconfig.xml
  • .gitignore
  • README.md
  • Creative Error 404 Page
  • And More

Homepage

https://mhst.netlify.app/

Usage

Development Server

npm run dev / yarn dev

Production Server

npm start / yarn start

Tests

Lighthouse

lighthouse

WebPageTest

webpagetest

SecurityHeaders

securityheaders

AMP

amp

Author

License

This project is open source and available under the MIT License

modern-html-starter-template's People

Contributors

alexeypensar avatar harryheman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

modern-html-starter-template's Issues

Preload doesn’t make sense

    <link
      rel="preload"
      href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap"
      as="style"
    />
    <link
      href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap"
      rel="stylesheet"
    />

    <link rel="preload" href="./public/css/style.css" as="style" />
    <link rel="stylesheet" href="./public/css/style.css" />

Preloading a CSS file right before including it via link element doesn’t make any sense: browsers pick up CSS files and load them with the highest priority anyway.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.