UI Schema

Basic Template

Copy the HTML below to begin working with a minimal document.

<!DOCTYPE html>
<html id="template" lang="en">
  <head>
    <meta charset="utf-8">
    <title>UI Schema Template</title>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="keywords" content="UI, Schema, HTML, CSS, JS, JavaScript">
    <meta name="description" content="A cutting edge, lightweight, and powerful front-end framework">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="dist/ui-schema-0.4.5.min.css" media="all">
  </head>
  <body>
    <header>
      <!-- a group of navigational aids -->
    </header>
    <main>
      <!-- the main content of the body -->
    </main>
    <footer>
      <!-- a site-wide footer -->
    </footer>
    <script src="dist/jquery-3.2.1.min.js"></script>
    <script src="dist/ui-schema-0.4.5.min.js"></script>
  </body>
</html>