• Sign in

rust / artshop · Files

Dogs2 white

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 4
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Snippets
  • Network
  • artshop
  • static
  • 404.html
  • Initial checkin
      850da5fe
    Georg Hopp authored
    2022-01-08 17:11:34 +0100  
    Browse Files »
404.html 226 Bytes
Raw Blame History Permalink
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>