ff-dashboard
Version:
Flimflam dashboard component comprised of a main panel and two side panels
14 lines (11 loc) • 362 B
HTML
<head>
<meta charset='utf-8'>
<title>ff-dashboard</title>
<link rel='stylesheet' href='build.css'>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<meta name='viewport' content='width=device-width, initial-scale=1'>
</head>
<body>
<div id='container'></div>
<script src='build.js'></script>
</body>