Add info for input fields

This commit is contained in:
Florine W. Dekker 2020-04-13 13:09:56 +02:00
parent be4281661e
commit 65a999777a
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "interlanguage-checker",
"version": "1.4.0",
"version": "1.4.2",
"description": "Check the consistency of MediaWiki interlanguage links in a simple overview.",
"author": "Felix W. Dekker",
"browser": "bundle.js",

View File

@ -44,10 +44,10 @@
<div class="row">
<div class="column">
<form>
<label for="url">URL</label>
<label for="url">URL&nbsp;<i class="fa fa-question-circle-o" title="The URL to the wiki's API"></i></label>
<input id="url" type="url" value="https://fallout.fandom.com/api.php" />
<label for="page">Page</label>
<label for="page">Page&nbsp;<i class="fa fa-question-circle-o" title="The title of the page to check"></i></label>
<input id="page" type="text" autofocus />
<br />
<button id="check" type="button">Check</button>