Erm2
This commit is contained in:
parent
1825610596
commit
3a3b95173c
5 changed files with 41 additions and 0 deletions
11
src/static/img/ayaya.beauty.sxcu
Normal file
11
src/static/img/ayaya.beauty.sxcu
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"Version": "15.0.0",
|
||||
"DestinationType": "FileUploader, ImageUploader",
|
||||
"RequestMethod": "POST",
|
||||
"RequestURL": "https://ayaya.beauty/upload.php",
|
||||
"Parameters": {
|
||||
"output": "text"
|
||||
},
|
||||
"Body": "MultipartFormData",
|
||||
"FileFormName": "files[]"
|
||||
}
|
26
src/static/img/chatterino.html
Normal file
26
src/static/img/chatterino.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
||||
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>ayaya.beauty Chatterino Config</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="https://ayaya.beauty/uguu.min.css">
|
||||
<style>
|
||||
code { color: #7fff00;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="jumbotron">
|
||||
<h1>Chatterino Config</h1>
|
||||
<p class="lead">Request URL: <code>https://ayaya.beauty/upload.php?output=text</code></p>
|
||||
<p class="lead">From Field: <code>files[]</code></p>
|
||||
<img src="./chatterino.png">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
BIN
src/static/img/flow.png
Normal file
BIN
src/static/img/flow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
BIN
src/static/img/monero.png
Normal file
BIN
src/static/img/monero.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 531 B |
4
src/templates/partials/tor_warning.ejs
Normal file
4
src/templates/partials/tor_warning.ejs
Normal file
|
@ -0,0 +1,4 @@
|
|||
<p class="alert alert-error">
|
||||
<strong>Tor no esta permitido!</strong>
|
||||
— Para evitar abusos, no se puede acceder a este servicio usando Tor.
|
||||
</p>
|
Loading…
Reference in a new issue