🔥 Removed testing client webpage assets

This commit is contained in:
Maxim Lebedev 2021-10-05 11:58:27 +05:00
parent 4f8ac62b7b
commit a2009c4968
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
3 changed files with 0 additions and 26 deletions

View File

@ -1,14 +0,0 @@
<!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="/indieauth/callback">
<link rel="redirect_uri" href="https://toby3d.test/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="/indieauth/">Example App</a></h1>
</body>
</html>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 37 KiB

View File

@ -1,11 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Example App Redirect</title>
</head>
<body>
<h1>Redirect...</h1>
</body>
</html>