25 lines
598 B
HTML
25 lines
598 B
HTML
|
<!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>
|