gpt4 book ai didi

ruby-on-rails - 如何在错误页面(404、500 ...)上使用图像?

转载 作者:行者123 更新时间:2023-12-02 00:44:32 24 4
gpt4 key购买 nike

如何在错误页面(404、500 ...)上使用图像?

我可以使用文件夹“assets”中的图像吗?

我是否需要编译它们?

最佳答案

您可以在应用程序的根目录中的 public 文件夹中创建一个 image 文件夹,然后您可以从那里通过直接引用来访问它们。

404 html 文件的示例。

<div class="dialog">
<div>
<h1>The page you were looking for doesn't exist.</h1>
<p>You may have mistyped the address or the page may have moved.</p>
</div>
<p>If you are the application owner check the logs for more information.</p>
<img src="images/01.jpg" alt="">
</div>

public/images/ 包含 01.jpg 图像文件。

关于ruby-on-rails - 如何在错误页面(404、500 ...)上使用图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44635275/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com