Enable Cloudflare cache

Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
Joe Ma 2022-06-02 14:13:54 +08:00
parent 29a6da681e
commit c9e3376d21
No known key found for this signature in database
GPG key ID: 7A0ECF5F5EDC587F
2 changed files with 47 additions and 25 deletions

View file

@ -24,8 +24,7 @@
</head>
<body>
<h3>Paste service - <a href="https://paste.nekoul.com">paste.nekoul.com</a></h3>
<a href="https://nekoul.com">[Homepage]</a><a href="https://paste.nekoul.com/api">[API]</a>
<h2>Paste Service</h2>
<h4>Upload file</h4>
<form action="https://paste.nekoul.com" method="POST" enctype=multipart/form-data>
<div>
@ -63,6 +62,8 @@
document.getElementById("text_input").addEventListener("input", update_textarea, false);
</script>
<br><p>&copy; 2022 rikkaneko</p>
<br>
<a href="https://nekoul.com">[Homepage]</a><a href="https://paste.nekoul.com/api">[API]</a>
<p>&copy; 2022 rikkaneko</p>
</body>
</html>