Blame view

static/404.html 226 Bytes
Georg Hopp authored
1 2 3 4 5 6 7 8 9 10 11 12 13
<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title>Vue playground</title>
		<link rel="shortcut icon" type="image/x-icon" href="/favicon" />
	</head>

	<body>
		<h1>404</h1>
		Resource not found
	</body>
</html>