This commit is contained in:
antelle 2017-04-09 11:09:59 +02:00
parent fc23a90aee
commit 7fcc5f0067
3 changed files with 18 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
.idea/
.DS_Store
node_modules/
bower_components/
*.log
*.user

1
docs/CNAME Normal file
View File

@ -0,0 +1 @@
plugins.keeweb.info

11
docs/index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>KeeWeb plugins</title>
</head>
<body>
<h1>KeeWeb plugins</h1>
<p>This site contains known plugins for <a href="https://keeweb.info">keeweb.info</a>.</p>
</body>
</html>