-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
28 lines (28 loc) · 1.5 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css" ntegrity="sha512-YWzhKL2whUzgiheMoBFwW8CKV4qpHQAEuvilg9FAn5VJUDwKZZxkJNuGM4XkWuk94WCrrwslk8yWNGmY1EduTA==" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel='icon' type='image/png' href='websiteIcon.png'>
<title>Seromitschu</title>
</head>
<body>
<main>
<h1>Seromitschu IHS <i class="fa-solid fa-image"></i></h1>
<p class="text">"A simple way to host your images."</p>
<div class="uploadButtonDiv">
<a class="uploadButton" href="/upload">Upload <i class="fa-solid fa-file-arrow-up"></i></a>
</div>
<div class="sourceButtonDiv">
<a class="sourceButton" target="_blank" href="https://github.com/Seromitschu/image-hosting/">Source Code <i class="fa-brands fa-github"></i></a>
</div>
<br><br>
<h2>About</h2>
<p class="text">Many people have image vaults, so I made this public "vault". The hoster can be used for a variety of purposes, but it can be mainly used as a permanent way to store an image. Your images are private unless someone has the link. The hoster is anonymous and we do not track uploader data.
</p>
<footer>Made by <a target="_blank" href="https://seromitschu.vercel.app">Seromitschu</a>. Made with ❤️</footer>
</main>
</body>
</html>