fix: Move content into to frontend directory
Doing this BEFORE the merge prevents a lot of merge conflicts. Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
BIN
frontend/public/icons/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
frontend/public/icons/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
frontend/public/icons/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
9
frontend/public/icons/browserconfig.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/icons/mstile-150x150.png"/>
|
||||
<TileColor>#b51f08</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
BIN
frontend/public/icons/favicon-16x16.png
Normal file
After Width: | Height: | Size: 428 B |
BIN
frontend/public/icons/favicon-32x32.png
Normal file
After Width: | Height: | Size: 605 B |
BIN
frontend/public/icons/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
frontend/public/icons/mstile-144x144.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
frontend/public/icons/mstile-150x150.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
frontend/public/icons/mstile-310x150.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
frontend/public/icons/mstile-310x310.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
frontend/public/icons/mstile-70x70.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
1
frontend/public/icons/safari-pinned-tab.svg
Normal file
After Width: | Height: | Size: 7.6 KiB |
18
frontend/public/icons/site.webmanifest
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "HedgeDoc",
|
||||
"short_name": "HedgeDoc",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/icons/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#b51f08",
|
||||
"background_color": "#303030"
|
||||
}
|
BIN
frontend/public/public/img/avatar.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
frontend/public/public/img/demo.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
frontend/public/public/img/highres.jpg
Normal file
After Width: | Height: | Size: 3.9 MiB |
5
frontend/public/public/intro.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
:::warning
|
||||
What you see is an UI-Test! It's filled with dummy data, not connected to a backend and no data will be saved.
|
||||
:::
|
||||
|
||||

|
2
frontend/public/public/motd.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
This is the test motd text
|
||||
:smile:
|
1
frontend/public/public/readme.md
Normal file
|
@ -0,0 +1 @@
|
|||
This directory should only be used in mock mode.
|
BIN
frontend/public/public/screenshot.png
Normal file
After Width: | Height: | Size: 250 KiB |
3
frontend/public/robots.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
# https://www.robotstxt.org/robotstxt.html
|
||||
User-agent: *
|
||||
Disallow:
|