forked from AkkomaGang/akkoma
update frontend.
This commit is contained in:
parent
39bacba280
commit
7dca02f93a
14 changed files with 13 additions and 5 deletions
|
@ -1 +1 @@
|
|||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>Pleroma</title><link rel=stylesheet href=/static/font/css/fontello.css><link rel=stylesheet href=/static/font/css/animation.css><link href=/static/css/app.88b6400ba694cbcf9de2d0854c136bc0.css rel=stylesheet></head><body style="display: none"><div id=app></div><script type=text/javascript src=/static/js/manifest.0695e775601a21f87449.js></script><script type=text/javascript src=/static/js/vendor.d2b3c6154a9fe3b967b9.js></script><script type=text/javascript src=/static/js/app.69ff0f74e0c65a8e9656.js></script></body></html>
|
||||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>Pleroma</title><link rel=stylesheet href=/static/font/css/fontello.css><link rel=stylesheet href=/static/font/css/animation.css><link href=/static/css/app.0fa838c7a9d986e2e14114ae82881a5f.css rel=stylesheet></head><body style="display: none"><div id=app></div><script type=text/javascript src=/static/js/manifest.3f7d5063a469513831a2.js></script><script type=text/javascript src=/static/js/vendor.d2b3c6154a9fe3b967b9.js></script><script type=text/javascript src=/static/js/app.66006a0aa4f5db9bb4a9.js></script></body></html>
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "Pleroma FE",
|
||||
"theme": "base16-pleroma-dark.css",
|
||||
"name": "Pleroma/Soykaf BETA",
|
||||
"theme": "base16-pleroma-light.css",
|
||||
"background": "/static/bg.jpg",
|
||||
"logo": "/static/logo.png"
|
||||
"logo": "/static/logo.png",
|
||||
"registrationOpen": true
|
||||
}
|
||||
|
|
BIN
priv/static/static/css/app.0fa838c7a9d986e2e14114ae82881a5f.css
Normal file
BIN
priv/static/static/css/app.0fa838c7a9d986e2e14114ae82881a5f.css
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
priv/static/static/js/app.66006a0aa4f5db9bb4a9.js
Normal file
BIN
priv/static/static/js/app.66006a0aa4f5db9bb4a9.js
Normal file
Binary file not shown.
BIN
priv/static/static/js/app.66006a0aa4f5db9bb4a9.js.map
Normal file
BIN
priv/static/static/js/app.66006a0aa4f5db9bb4a9.js.map
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
priv/static/static/js/manifest.3f7d5063a469513831a2.js
Normal file
BIN
priv/static/static/js/manifest.3f7d5063a469513831a2.js
Normal file
Binary file not shown.
Binary file not shown.
7
priv/static/static/terms-of-service.html
Normal file
7
priv/static/static/terms-of-service.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<h4>Terms of Service</h4>
|
||||
|
||||
<p>This is a placeholder ToS.</p>
|
||||
|
||||
<p>Edit <code>"/static/terms-of-service.html"</code> to make it fit the needs of your instance.</p>
|
||||
<br>
|
||||
<img src="/static/logo.png"/ style="display: block; margin: auto;">
|
Loading…
Reference in a new issue