this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 509e983555ef0e4fee78a597dc91c337f4fd6ac4 21 lines 458 B view raw
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>