Created
February 9, 2020 03:44
-
-
Save dmahugh/9f4b808bfa3a6a66ae2783a1762d9cf2 to your computer and use it in GitHub Desktop.
HTML template for GAE deployment example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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