Address some issues from the core conformance suite (#4)
Also address Clippy warnings
This commit is contained in:
20
static/error.html
Normal file
20
static/error.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
|
||||
<title>SIWE Open ID Connect</title>
|
||||
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
|
||||
<link
|
||||
href="https://api.fontshare.com/css?f[]=satoshi@300,301,400,401,500,501,700,701,900,901,1,2&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Invalid request</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user