Merge branch 'app-ui' of https://github.com/liyasthomas/postwoman into app-ui

This commit is contained in:
Liyas Thomas
2019-11-13 19:20:26 +05:30
2 changed files with 13 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ _Customized themes are also synced with local session storage_
- Send and receive data
🔐 **Authentication**: Allows to identity the end user.
🔐 **Authentication**: Allows to identify the end user.
**Types:**
- None

12
docs/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Postwoman</title>
</head>
<body>
Redirecting to postwoman.io
</body>
</html>