HTML:无法显示我的图片

时间:2017-05-01 19:05:57

标签: html

注意:我的所有文件都在同一目录中。

我写了一个简单的HTML来显示图像。

<html>
<body>
    <div style="margin:0 auto; width:100%; text-align:center;">
        <p style="font-size:xx-large; font-weight:900;">My homework test</p>

        <!--Load a image-->
        <img src="mini.jpg" />
    </div>
</body>
</html>

当我直接打开这个html时,它可以正确显示图像。

但是当我尝试使用我的node.js服务器打开html时,它无法显示图像。

enter image description here

0 个答案:

没有答案