joyent-portal/ui/docs/static/index.html
Sérgio Ramos 557cd5a291 wip rm css
2016-12-12 10:28:47 +00:00

12 lines
244 B
HTML

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