我按照以下链接的每个步骤尝试将一个简单的 helloworld Web 应用程序(使用与以下链接完全相同的代码)部署到谷歌云,但我部署的Web 链接出现 404 错误。
这是app.yaml:
这是index.html:
html>
<head>
<title>Hello, world!</title>
<link rel="stylesheet" type="text/css" href="/css/style.css">
</head>
<body>
<h1>Hello, world!</h1>
<p>
This is a simple static HTML file that will be served from Google App
Engine.
</p>
</body>
</html>
我不明白为什么会出现 404 错误,app.yaml 文件有什么问题吗?
守着一只汪
相关分类