Skip to content

Instantly share code, notes, and snippets.

@dmahugh
Created February 9, 2020 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmahugh/9f4b808bfa3a6a66ae2783a1762d9cf2 to your computer and use it in GitHub Desktop.
Save dmahugh/9f4b808bfa3a6a66ae2783a1762d9cf2 to your computer and use it in GitHub Desktop.
HTML template for GAE deployment example
<html>
<head>
<title>Sample app</title>
</head>
<body>
<h1>{{ title }}</h1>
<p><a href="/docs">Docs</a></p>
<p><a href="/about">About</a></p>
<p><a href="/">Home</a></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment