cluedin-widget
Version:
This project contains all the pages needed for browsing entities and searching them. The aim is to replace the CluedIn.Webapp project with this one when all the pages ( including the Admin page ) will be ported to REACT.
26 lines (24 loc) • 927 B
HTML
<html lang="en" style="height:100%">
<head>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link rel="stylesheet" href="/dist/cluedin_widget.css">
<meta charset="UTF-8">
<title>Testing Frame</title>
<script src="/dev_config.js"></script>
<script src="/dev_layout.js"></script>
<script src='//use.fontawesome.com/916136f8de.js'></script>
</head>
<body class="fullApp" style="height:100%;overflow-x: hidden;">
<div id="app">
</div>
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script src="/deps/jquery.signalr.js"></script>
<script src="https://platform.twitter.com/widgets.js"></script>
<script src="/cluedin_widget.js"></script>
<script>
__cluedIn.injectWithFrame(document.getElementById('app'));
</script>
</body>
</html>