Files
openide/docs/plugin-graph/index.html
Vladimir Krivosheev 5abfa8be7e plugin graph viewer - tooltips
GitOrigin-RevId: 02f26829ad706f1418a1463afac1866e062b9fe1
2021-06-03 09:27:12 +00:00

20 lines
523 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Plugin Graph</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
<script type="module" src="/main.js"></script>
</head>
<body>
<div class="searchFieldContainer">
<!--suppress HtmlFormInputWithoutLabel -->
<input id="searchField" type="search" placeholder="filter"
spellcheck="false"
autofocus/>
</div>
<div id="tooltip"></div>
<div id="cy"></div>
</body>
</html>