UNPKG

elzar

Version:

resmio glamourous style guide in sass mode

27 lines (26 loc) 1.16 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Test Elzar</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- We comment jquery and bootstrap for testing purposes, they should be deleted after we finish --> <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> --> <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha/js/bootstrap.min.js"></script> --> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="main.css"> </head> <body> <div id="root"></div> {% include "svg/svg-symbols.svg" %} {% include "components/buttons.html" %} {% include "components/forms.html" %} {% include "components/dropdowns.html" %} {% include "components/button-status.html" %} {% include "components/alerts.html" %} {% include "components/typography.html" %} {% include "components/header.html" %} {% include "components/container.html" %} <script src="main.js"></script> </body> </html>