-
Notifications
You must be signed in to change notification settings - Fork 0
/
layout.txt
55 lines (54 loc) · 1.63 KB
/
layout.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
DarkShare/
├── certs/
│ ├── selfsigned.crt
│ ├── selfsigned.key
├── static/
│ ├── assets/
│ │ ├── css/
│ │ │ └── style.css
│ │ ├── js/
│ │ │ ├── clipboard.js
│ │ │ ├── delete.js
│ │ │ ├── download.js
│ │ │ ├── hammer.js
│ │ │ ├── hammer.min.js
│ │ │ ├── jquery-3.6.0.min.js
│ │ │ ├── script.js
│ │ │ └── utils.js
│ ├── icons/
│ │ ├── audio-icon.png
│ │ ├── delete-icon.png
│ │ ├── download-icon.png
│ │ ├── file-icon.png
│ │ ├── image-icon.png
│ │ ├── link-icon.png
│ │ ├── video-icon.png
│ │ ├── favicon-16x16.png
│ │ ├── favicon-32x32.png
│ │ ├── favicon.ico
│ │ ├── apple-touch-icon.png
│ │ ├── android-chrome-192x192.png
│ │ ├── android-chrome-512x512.png
│ │ └── mstile-150x150.png
│ ├── manifests/
│ │ ├── site.webmanifest
│ │ ├── safari-pinned-tab.svg
│ │ └── browserconfig.xml
├── templates/
│ └── index.html
├── blueprints/
│ ├── __init__.py
│ ├── main.py
│ ├── file_ops.py
│ ├── url_ops.py
│ └── text_ops.py
├── app.py
├── config.py
├── .env
├── layout.txt
├── requirements.txt
└── README.md
SharedFolder/
├── uploads/
├── text.txt
└── urls.txt