|
|
|
@ -4,9 +4,9 @@
|
|
|
|
|
|
|
|
|
|
<div class="box">
|
|
|
|
|
|
|
|
|
|
<form class="pure-form" action="/api/add" method="POST">
|
|
|
|
|
<form class="pure-form" action="/api/add" method="POST" id="new-watch-form">
|
|
|
|
|
<fieldset>
|
|
|
|
|
<legend>Add new change detection watch</legend>
|
|
|
|
|
<legend>Add a new change detection watch</legend>
|
|
|
|
|
<input type="url" placeholder="https://..." name="url"/>
|
|
|
|
|
<input type="text" placeholder="tag" size="10" name="tag"/>
|
|
|
|
|
<button type="submit" class="pure-button pure-button-primary">Watch</button>
|
|
|
|
|