29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
|
extends ../layout/main.pug
|
||
|
block root
|
||
|
include ../ui/label.pug
|
||
|
block content
|
||
|
a(href='/') Go home
|
||
|
table
|
||
|
tbody
|
||
|
tr
|
||
|
td
|
||
|
img(src='https://file.blek.codes/android-chrome-192x192.png' width='128' height='128' title='blek! File logo' alt='blek! File logo' style='margin:20px')
|
||
|
td
|
||
|
h1 blek! File
|
||
|
p This is a minute file sharing service(like google drive but it doesnt store your files for long), as well as my first project that's made with rust.
|
||
|
p
|
||
|
.
|
||
|
I have been inspired by projects like
|
||
|
a(href='https://0x0.st') 0x0.st
|
||
|
| and
|
||
|
a(href='https://anonfiles.me') anonfiles.me
|
||
|
| to write this.
|
||
|
p
|
||
|
| Links:
|
||
|
a(href='https://git.blek.codes/blek/bfile')
|
||
|
+label('Git repo', '#AFA6BF')
|
||
|
|
|
||
|
a(href='https://file.blek.codes')
|
||
|
+label('My instance', '#BCA6BF')
|
||
|
img(src='https://files.blek.codes/file_ui.webp' title='blek!File UI' alt='blek!File UI')
|
||
|
|