mirror of
https://github.com/rikkaneko/paste.git
synced 2025-08-06 22:15:34 +01:00
Update service endpoint
Update project dependencies Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
parent
174885af7c
commit
50244f0c1e
7 changed files with 195 additions and 195 deletions
|
@ -26,7 +26,7 @@
|
|||
<body>
|
||||
<h2>Paste Service</h2>
|
||||
<p>
|
||||
<a href="https://pb.nekoul.com">pb.nekoul.com</a> is a pastebin-like service hosted on Cloudflare Worker.<br>
|
||||
<a href="https://pb.nekoid.cc">pb.nekoid.cc</a> is a pastebin-like service hosted on Cloudflare Worker.<br>
|
||||
This service is primarily designed for own usage and interest only.<br>
|
||||
All data may be deleted or expired without any notification and guarantee. Please <b>DO NOT</b> abuse this
|
||||
service.<br>
|
||||
|
@ -38,7 +38,7 @@
|
|||
href="https://wiki.archlinux.org/title/CURL">curl</a>.
|
||||
</p>
|
||||
|
||||
<form id="upload_file_form" action="https://pb.nekoul.com" method="POST" enctype=multipart/form-data>
|
||||
<form id="upload_file_form" action="https://pb.nekoid.cc" method="POST" enctype=multipart/form-data>
|
||||
<div>
|
||||
<div>
|
||||
<h4>Upload file</h4>
|
||||
|
@ -169,9 +169,9 @@
|
|||
document.getElementById('upload_file_form').addEventListener('submit', handle_submit_form, false);
|
||||
</script>
|
||||
<br>
|
||||
<a href="https://nekoul.com">[Homepage]</a>
|
||||
<a href="https://nekoid.cc">[Homepage]</a>
|
||||
<a href="https://github.com/rikkaneko/paste#api-specification">[API]</a>
|
||||
<a href="https://pb.nekoul.com">[Switch to new version]</a>
|
||||
<a href="https://pb.nekoid.cc">[Switch to new version]</a>
|
||||
<p>© 2022 rikkaneko</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue