store app dialog texts in html file
This commit is contained in:
parent
4cf2c13e7e
commit
2fd3e105d2
2 changed files with 34 additions and 7 deletions
27
static/html/app.html
Normal file
27
static/html/app.html
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<div id="about">
|
||||
<p>
|
||||
Open Media Library is a local web application to manage and sync your digital media collections.
|
||||
</p>
|
||||
</div>
|
||||
<div id="faq">
|
||||
<p>
|
||||
not yet
|
||||
</p>
|
||||
</div>
|
||||
<div id="terms">
|
||||
<p>
|
||||
The lazy brown fox jumped over the lazy black fox, but other than that not really much happened here since you last checked.
|
||||
</p>
|
||||
</div>
|
||||
<div id="development">
|
||||
<p>
|
||||
The latest code is in our
|
||||
<a href="https://git.0x2620.org/openmedialibrary.git">git repository</a>.
|
||||
<br/>
|
||||
<p>
|
||||
For everything else, there's IRC, and our development mailing list. Your feedback is welcome.
|
||||
</p>
|
||||
<a href="irc://irc.freenode.net#openmedialibrary">IRC</a>: #openmedialibrary on freenode<br/>
|
||||
<a href="https://mailb.org/mailman/listinfo/openmedialibrary-dev">Mailing List</a>: openmedialibrary-dev@openmedialibrary.com<br/>
|
||||
</p>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue