UNPKG

react-ui-components

Version:
20 lines (18 loc) 685 B
<html> <head> <title></title> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width,minimum-scale=1.0,user-scalable=no" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <link type="text/css" rel="stylesheet" href="./index.css"/></head> </head> <body id="body" ontouchstart='' > <header> <div class="title">React UI Components</div> <dib class="sub-title">A collection of UI components for React</dib> </header> <div id="main" class="main"></div> <script type="text/javascript" src="./bundle.js"></script> </body> </html>