Skip to content

Commit

Permalink
add basic landing site
Browse files Browse the repository at this point in the history
  • Loading branch information
plbstl committed Oct 13, 2024
1 parent 7fd3546 commit 3f00d0d
Show file tree
Hide file tree
Showing 13 changed files with 1,653 additions and 0 deletions.
396 changes: 396 additions & 0 deletions docs/404.html

Large diffs are not rendered by default.

Binary file added docs/MediaDL-Website-Cover-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/favicon.ico
Binary file not shown.
990 changes: 990 additions & 0 deletions docs/index.html

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions docs/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "MediaDL",
"short_name": "MediaDL",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#171717",
"background_color": "#171717",
"display": "standalone"
}
157 changes: 157 additions & 0 deletions docs/squared-bg-element-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 85 additions & 0 deletions docs/squared-bg-element-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions scripts/site-dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

echo -e "\nhttp://localhost:8080/MediaDL\nhttp://0.0.0.0:8080/MediaDL\n"

npx live-server docs --no-browser --port="8080" --host="0.0.0.0" \
--mount="/MediaDL:docs" --entry-file="404.html"

0 comments on commit 3f00d0d

Please sign in to comment.