gemini/error.html

13 lines
156 B
HTML
Raw Normal View History

2022-06-01 08:06:01 +00:00
<!DOCTYPE html>
<html>
<head>
<title>error</title>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<h1>error</h1>
<p>{info}</p>
</body>
</html>