This repository has been archived on 2023-05-29. You can view files and clone it, but cannot push or open issues or pull requests.
sillyweb/404.html
2023-05-26 23:39:51 +02:00

9 lines
283 B
HTML

<!DOCTYPE html>
<head>
<link rel="stylesheet" href="404.css">
<title>home</title>
</head>
<body>
<div><img alt src="cm.svg"></div>
<div class="centered"><p class="center">You weren't supposed to be here. <a type="button" onclick="history.back();">Go back.</a></p></div>
</body>