Added some pages

This commit is contained in:
Profitroll
2022-12-20 15:34:47 +01:00
parent 8ee3687c73
commit 2e76962ca0
9 changed files with 402 additions and 2 deletions

24
pages/home/index.html Normal file
View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>END PLAY Photos API • Home</title>
<link href="/pages/matter.css" rel="stylesheet">
<link rel="stylesheet" href="/pages/home/style.css">
</head>
<body>
<form class="registration">
<h1>👋 Welcome!</h1>
<p>You need to register in order to use this API.</p>
<p>After registering use official docs to learn how to authentiticate and start managing photos.</p>
<center><a class="matter-button-contained" href="https://photos.end-play.xyz/register">Sign Up</a></center>
</form>
</body>
</html>