ih-portal
Version:
A project for connecting interaction hub services with catalyst-ui components
16 lines (14 loc) • 338 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>Interaction Hub Portal</title>
<link rel="stylesheet" href="../assets/css/foundation.min.css">
</head>
<body>
<div id="app">
<a href="/demo/index.html">Demo</a>
<a href="/demo/dashboard.html">Fake My Dashboard</a>
</div>
</body>
</html>