gae-static
Version:
CLI for creating static sites on Google App Engine
24 lines (20 loc) • 578 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<title>Page</title>
</head>
<!-- NAVBAR
================================================== -->
<body>
<h1>Page</h1>
<p>
This is a static html file named page.html located in the /www/ folder of your project.
</p>
</body>
</html>