UNPKG

cream-and-sugar

Version:

A deliciously functional syntax for JavaScript with native support for JSX

17 lines (16 loc) 676 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Cream &amp; Sugar</title> <link rel="icon" type="image/x-icon" href="https://jgnewman.github.io/cream-and-sugar/assets/images/favicon.ico" /> <link href="https://fonts.googleapis.com/css?family=Bitter:400,700|Open+Sans:300,400,800" rel="stylesheet" /> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css" /> <link rel="stylesheet" href="assets/css/app.css" /> </head> <body> <section id="app"></section> </body> <script src="assets/js/app.js"></script> </html>