Skip to content

Instantly share code, notes, and snippets.

@bradleyg
Created March 20, 2016 14:57
Show Gist options
  • Save bradleyg/39863da3f67ca6e90d2a to your computer and use it in GitHub Desktop.
Save bradleyg/39863da3f67ca6e90d2a to your computer and use it in GitHub Desktop.
<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