Skip to content

Instantly share code, notes, and snippets.

@ThomasLocke
Created September 15, 2013 06:01
Show Gist options
  • Select an option

  • Save ThomasLocke/6568376 to your computer and use it in GitHub Desktop.

Select an option

Save ThomasLocke/6568376 to your computer and use it in GitHub Desktop.
Using the Ada Web Server (AWS), part 2 - snippet 2
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Not found</title>
</head>
<body>
<h1>Not found</h1>
<p>Resource @_RESOURCE_@ not found</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment