14 lines
439 B
HTML
14 lines
439 B
HTML
<!doctype html>
|
|
<html lang='en-US'>
|
|
<head>
|
|
<title>Joyent UI Framework</title>
|
|
<link href="https://necolas.github.io/normalize.css/5.0.0/normalize.css" rel="stylesheet" type="text/css">
|
|
<link href="/static/theme.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>
|