🍱 Created simple client application page

This commit is contained in:
Maxim Lebedev 2021-07-13 03:49:51 +05:00
parent a5976fbde4
commit 7f6dd6d061
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
2 changed files with 15 additions and 0 deletions

14
website/index.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Example App</title>
<link rel="redirect_uri" href="https://toby3d.test/redirect">
<link rel="redirect_uri" href="/redirect">
</head>
<body class="h-app">
<img class="u-logo" src="logo.svg" width="256" height="256" alt="Example App logo">
<h1><a class="u-url p-name" href="/">Example App</a></h1>
</body>
</html>

1
website/logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 37 KiB