mesosphere-ui-components
Version:
Resuable web UI components from Mesosphere.
18 lines (16 loc) • 459 B
HTML
<head>
<title>
Resuable UI components from Mesosphere
</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="title" content ="Mesosphere DCOS">
<link rel="icon" href="./img/components/icons/favicon.ico">
<link rel="stylesheet" href="./main.css">
</head>
<body>
<div id="application"></div>
<script src="./main.js"></script>
</body>
</html>