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