joyent-portal/ui/static/index.html

14 lines
381 B
HTML

<!doctype html>
<html lang='en-US'>
<head>
<title>Joyent UI Framework</title>
<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">
</head>
<body>
<div id='root'></div>
<script src='js/docs.js'></script>
</body>
</html>