UNPKG

pure-css

Version:

A css module compatible version of purecss

17 lines (13 loc) 364 B
<!doctype html> <html> <head> <title>Pure CSS Example</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css"> <link rel="stylesheet" type="text/css" href="/public/style.css" /> </head> <body> <div id='root'> </div> <script src="/public/bundle.js"></script> </body> </html>