Created
September 24, 2017 12:38
-
-
Save a-know/11e127ee785e2fbd324efd2e05454f89 to your computer and use it in GitHub Desktop.
GAE で静的コンテンツ配信・静的ファイル
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>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