Updater script which should keep base up to date.

This commit is contained in:
UltraDesu
2018-01-17 03:43:23 +03:00
parent 0f7ae242dc
commit 94e0637ae3
5 changed files with 263 additions and 25 deletions

17
index.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Let me know</title>
</head>
<body>
<h1>Rutracker notifyer </h1>
<h3>I will notify you when interesting for you topic will be updated.</h3>
<form action="add.php" method="post">
<label>URL </label><input name="url" type="text"><br>
<label>Telegram </label><input name="telegram" type="text">
<input type="submit">
</form>
</body>
</html>