this repo has no description
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6 <title>404 - Not found</title>
7 <style>
8 body {
9 font-family: sans-serif;
10 max-width: 40em;
11 margin: auto;
12 padding: 2em;
13 line-height: 1.5;
14 }
15 </style>
16 </head>
17 <body>
18 <h1>404 - Not found</h1>
19 <p>This URL does not exist</p>
20 </body>
21</html>