28 lines
952 B
HTML
28 lines
952 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
|
||
|
<link rel="stylesheet" type="text/css" href="/static/style/main.css">
|
||
|
|
||
|
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/cytoscape/3.30.2/cytoscape.min.js"
|
||
|
integrity="sha512-EY3U1MWdgKx0P1dqTE4inlKz2cpXtWpsR1YUyD855Hs6RL/A0cyvrKh60EpE8wDZ814cTe1KgRK+sG0Rn792vQ=="
|
||
|
crossorigin="anonymous" referrerpolicy="no-referrer"></script> -->
|
||
|
|
||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/cytoscape/3.30.2/cytoscape.umd.js"
|
||
|
integrity="sha512-j0/d+W9EL6BFFGcM3YGwI10MsaTihhvlrvZoTLff+plAOEC78IgiJZGx/0ZGMpjHqrlp5si4JpdNtcDMywep4A=="
|
||
|
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||
|
|
||
|
<script src="https://unpkg.com/webcola/WebCola/cola.min.js"></script>
|
||
|
<script src="/static/scripts/cytoscape-cola.js"></script>
|
||
|
<script src="/static/scripts/index.js"></script>
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>Coucou</h1>
|
||
|
|
||
|
<div id="map-container"></div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|