Created
March 20, 2016 14:57
-
-
Save bradleyg/39863da3f67ca6e90d2a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<doctype html> | |
<html> | |
<head> | |
<title>GAE secure static site</title> | |
<link href="/static/css/styles.css" rel="stylesheet"> | |
</head> | |
<body> | |
<h1>Hello world!</h1> | |
<a href="/offices">View our offices</a> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment