22
docker/index.html
Normal file
22
docker/index.html
Normal file
@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>ShareX Uploader</title>
|
||||
|
||||
<!-- TailwindCSS -->
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
</head>
|
||||
<body
|
||||
class="h-screen bg-neutral-900 text-white flex flex-col text-center items-center p-4 gap-2"
|
||||
>
|
||||
<p class="text-blue-400 text-4xl">ShareX Uploader</p>
|
||||
<p class="text-gray-400 text-xl">Created by ImFascinated</p>
|
||||
<div>
|
||||
<a href="https://s.fascinated.cc/s/sharex-uploader">Source</a>
|
||||
<a href="https://s.fascinated.cc/s/gitea">Gitea</a>
|
||||
<a href="https://s.fascinated.cc/s/github">GitHub</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user