2016-10-24 16:30:57 +03:00
|
|
|
<!doctype html>
|
|
|
|
<html lang='en-US'>
|
|
|
|
<head>
|
|
|
|
<title>Joyent UI Framework</title>
|
|
|
|
<link href="/static/theme.css" rel="stylesheet" type="text/css">
|
2016-10-25 04:15:43 +03:00
|
|
|
<link href="/static/reboot.css" rel="stylesheet" type="text/css">
|
2016-10-24 16:30:57 +03:00
|
|
|
<link href="/static/docs.css" rel="stylesheet" type="text/css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id='root'></div>
|
|
|
|
<script src='/static/docs.js'></script>
|
|
|
|
</body>
|
|
|
|
</html>
|