Added some pages
This commit is contained in:
24
pages/home/index.html
Normal file
24
pages/home/index.html
Normal 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>
|
Reference in New Issue
Block a user