joyent-portal/ui/static/index.html

14 lines
398 B
HTML

<!doctype html>
<html lang='en-US'>
<head>
<title>Joyent UI Framework</title>
<link href="/static/theme.css" rel="stylesheet" type="text/css">
<link href="/static/reboot.css" rel="stylesheet" type="text/css">
<link href="/static/docs.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id='root'></div>
<script src='/static/docs.js'></script>
</body>
</html>