A lot of new views

This commit is contained in:
Fabian Stamm
2019-08-06 17:08:07 +02:00
commit 27b41f1bec
77 changed files with 22268 additions and 0 deletions

3
public/home/bundle.css Normal file
View File

@ -0,0 +1,3 @@
.main.svelte-o924iy{padding:2rem}li.svelte-o924iy{list-style:none;padding:1rem}li.svelte-o924iy>a.svelte-o924iy{text-decoration:none}
/*# sourceMappingURL=bundle.css.map */

View File

@ -0,0 +1,12 @@
{
"version": 3,
"file": "bundle.css",
"sources": [
"../../src/Home/App.svelte"
],
"sourcesContent": [
"<style>\n .main {\n padding: 2rem;\n }\n\n li {\n list-style: none;\n padding: 1rem;\n }\n\n li>a {\n text-decoration: none;\n }\n</style>\n\n<div class=\"main\">\n <h1>Home Page</h1>\n\n <h2>About</h2>\n <p>\n OpenAuth is a Service to provide simple Authentication to a veriaty of Applications.\n With a simple to use API and different Strategies, it can be easily integrated\n into most Applications.\n </p>\n\n <h2>QickLinks</h2>\n <p>\n If you want to manage your Account, click <a href=\"user.html\">here</a>\n </p>\n\n <h2> Applications using OpenAuth </h2>\n\n <ul>\n <li><a href=\"https://ebook.stamm.me\">EBook Store and Reader</a></li>\n <li><a href=\"https://notes.hibas123.de\">Secure and Simple Notes application</a></li>\n </ul>\n</div>"
],
"names": [],
"mappings": "AACG,KAAK,cAAC,CAAC,AACJ,OAAO,CAAE,IAAI,AAChB,CAAC,AAED,EAAE,cAAC,CAAC,AACD,UAAU,CAAE,IAAI,CAChB,OAAO,CAAE,IAAI,AAChB,CAAC,AAED,gBAAE,CAAC,CAAC,cAAC,CAAC,AACH,eAAe,CAAE,IAAI,AACxB,CAAC"
}

1828
public/home/bundle.js Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long