updated interface
This commit is contained in:
parent
ff9343a5ab
commit
fde88b9648
2 changed files with 26 additions and 4 deletions
|
@ -31,6 +31,7 @@
|
|||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>search for kanji</h1>
|
||||
<form action="{{ url_for('submit_kanji') }}" method="get">
|
||||
<input type="text" name="kanji">
|
||||
<input type="submit">
|
||||
|
@ -39,6 +40,10 @@
|
|||
{{svg|safe}}
|
||||
</span>
|
||||
|
||||
<h2>
|
||||
{{name}}
|
||||
</h2>
|
||||
|
||||
<script>
|
||||
var allParts = $("svg > g > g *[kvg\\:element]");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue