move webparts into assets

This commit is contained in:
Alexandr
2018-01-18 14:24:33 +01:00
parent 4f1ea4de2d
commit 63011f7a53
6 changed files with 15 additions and 8 deletions

18
assets/index.html Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Let me know</title>
</head>
<body>
hui
<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>