Skip to content

Instantly share code, notes, and snippets.

@a-know
Created September 24, 2017 12:38
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 a-know/11e127ee785e2fbd324efd2e05454f89 to your computer and use it in GitHub Desktop.
Save a-know/11e127ee785e2fbd324efd2e05454f89 to your computer and use it in GitHub Desktop.
GAE で静的コンテンツ配信・静的ファイル
<html>
<head>
<title>Hello World!! by static file</title>
</head>
<body>
<h1>Hello World!! by static file</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment