【发布时间】:2017-05-30 11:07:14
【问题描述】:
笔记本电脑上的相同 index.html 可以正确显示网页。 aws 按原样显示文本,如下所示,未渲染。遵循 S3 静态网站托管步骤。仅供参考。
<html>
<head>
<title>Testing, Inc.</title>
</head>
<body bgcolor="#EDDD9E">
<h1 align="center">Welcome!</h1>
<p>Welcome to my <strong>first</strong> webpage. I am writing this page using a text editor and plain old html.</p>
<p>By learning html, I'll be able to create web pages like a pro....<br>
which I am of course.</p>
Here's what I've learned:
<ul>
<li>How to use HTML tags</li>
<li>How to use HTML colors</li>
<li>How to create Lists</li>
</ul>
</body>
</html>
感谢您的帮助。
【问题讨论】:
标签: html amazon-web-services browser indexing render