diff --git a/src/api/static/css/root.css b/src/api/static/css/root.css new file mode 100644 index 0000000..b22d6f9 --- /dev/null +++ b/src/api/static/css/root.css @@ -0,0 +1,36 @@ +body { + margin: 0; + font-family: Arial, Helvetica, sans-serif; + background: black; + padding-top: 50px; +} + +p { + font: bold 18px sans-serif; +} + +a { + color: rgba(255,255,255,.55) !important; + text-decoration: none !important; + font: bold 18px sans-serif; +} + +a:hover { + color: rgb(132,4,217) !important; +} + +.content-container { + background-color: black; +} + +.container-fluid { + scroll-margin-top: 60px; +} + +.violet { + color: rgb(132,4,217) !important; +} + +video { + width: 100%; +} diff --git a/src/api/static/images/favicon.ico b/src/api/static/images/favicon.ico new file mode 100644 index 0000000..14f1675 Binary files /dev/null and b/src/api/static/images/favicon.ico differ diff --git a/src/api/static/images/forgejo-96.png b/src/api/static/images/forgejo-96.png new file mode 100644 index 0000000..f2fc0c4 Binary files /dev/null and b/src/api/static/images/forgejo-96.png differ diff --git a/src/api/static/images/freeravemini.png b/src/api/static/images/freeravemini.png new file mode 100644 index 0000000..23b0f21 Binary files /dev/null and b/src/api/static/images/freeravemini.png differ diff --git a/src/api/static/images/icons8-discord-96.png b/src/api/static/images/icons8-discord-96.png new file mode 100644 index 0000000..74ab0c0 Binary files /dev/null and b/src/api/static/images/icons8-discord-96.png differ diff --git a/src/api/static/images/icons8-facebook-96.png b/src/api/static/images/icons8-facebook-96.png new file mode 100644 index 0000000..bcc4dce Binary files /dev/null and b/src/api/static/images/icons8-facebook-96.png differ diff --git a/src/api/static/images/icons8-instagram-96.png b/src/api/static/images/icons8-instagram-96.png new file mode 100644 index 0000000..32a5ee6 Binary files /dev/null and b/src/api/static/images/icons8-instagram-96.png differ diff --git a/src/api/static/images/icons8-soundcloud-96.png b/src/api/static/images/icons8-soundcloud-96.png new file mode 100644 index 0000000..c357e85 Binary files /dev/null and b/src/api/static/images/icons8-soundcloud-96.png differ diff --git a/src/api/static/images/icons8-twitch-96.png b/src/api/static/images/icons8-twitch-96.png new file mode 100644 index 0000000..675db0d Binary files /dev/null and b/src/api/static/images/icons8-twitch-96.png differ diff --git a/src/api/static/images/icons8-youtube-96.png b/src/api/static/images/icons8-youtube-96.png new file mode 100644 index 0000000..536d26b Binary files /dev/null and b/src/api/static/images/icons8-youtube-96.png differ diff --git a/src/api/static/images/jtlogo.png b/src/api/static/images/jtlogo.png new file mode 100644 index 0000000..75b1ddb Binary files /dev/null and b/src/api/static/images/jtlogo.png differ diff --git a/src/api/img/logo-96.png b/src/api/static/images/logo-96.png similarity index 100% rename from src/api/img/logo-96.png rename to src/api/static/images/logo-96.png diff --git a/src/api/static/images/logo.png b/src/api/static/images/logo.png new file mode 100644 index 0000000..01e5c6d Binary files /dev/null and b/src/api/static/images/logo.png differ diff --git a/src/api/static/images/odeala.jpg b/src/api/static/images/odeala.jpg new file mode 100644 index 0000000..06973d2 Binary files /dev/null and b/src/api/static/images/odeala.jpg differ diff --git a/src/api/static/images/odealo.jpg b/src/api/static/images/odealo.jpg new file mode 100644 index 0000000..5dc2f3e Binary files /dev/null and b/src/api/static/images/odealo.jpg differ diff --git a/src/api/static/images/poster.png b/src/api/static/images/poster.png new file mode 100644 index 0000000..e9c02df Binary files /dev/null and b/src/api/static/images/poster.png differ diff --git a/src/api/templates/index.html b/src/api/templates/index.html new file mode 100644 index 0000000..0c21eb4 --- /dev/null +++ b/src/api/templates/index.html @@ -0,0 +1,339 @@ + + + + + + + + + + + + + + + + ▷ deflax.net + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+

PVC playlist

+ +
+
+
+
+

Digital playlist and stuff

+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+

Video Archive

+ +
+
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+

Upstreams

+

+

+

+

+

+
+
+
+
+

Backroom

+

+

+
+
+
+
+

Friends

+

+

+

|iway|High

+

Anima Amoris

+

You! 🙃

+
+
+
+
+

About

+
+  _______________________________
+ /|o............................o|
+| |:    .. flax network ..   .. :|
+| |:   ... .  ...    2024 ....  :|
+| |:      ,-.   _____   ,-.     :|
+| |:     ( `)) [_____] ( `))    :|
+|v|:      `-`   ' ' '   `-`     :|
+|||:      ,______________.      :|
+|||....../::::o::::::o::::\......|
+|^|o..../:::O::::::::::O:::\....o|
+|/`----/--------------------`----|
+`.____/ /====/ /=//=/ /====/_____/
+      `--------------------'
+
+

Icons by Icons8

+

Everthying you do is a balloon

+
+
+ + +
+
+
+
+
+ + + diff --git a/src/api/templates/robots.txt b/src/api/templates/robots.txt new file mode 100644 index 0000000..f4625e6 --- /dev/null +++ b/src/api/templates/robots.txt @@ -0,0 +1,2 @@ +User-agent: GPTBot +Disallow: /