mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
20 lines
523 B
HTML
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> |