added help page

This commit is contained in:
jorge-vitrubio 2022-07-19 15:23:07 +02:00
parent 36ebf79294
commit dbe7889c50
1 changed files with 14 additions and 0 deletions

14
assets/help/index.html Normal file
View File

@ -0,0 +1,14 @@
<html>
<head>
<title> help for wp plugin</title>
</head>
<body>
<head>
<h1>help Hangar WP plugin</h1>
</head>
<main>
<p> Help will be provided here</p>
</main>
</body>
</html>