外部主机头

发布于 2024-12-03 19:50:24 字数 130 浏览 0 评论 0原文

我希望将 head 标记之间的所有内容托管在外部 header.html 文件中,以便多个页面可以调用相同的 header.html。它将使跨多个页面编辑我的标题变得更加容易。知道如何在没有 php 的情况下做到这一点吗?

谢谢。

I'd like to have everything between my head tag hosted in an external header.html file so that multiple pages can call the same header.html. It'd make editing my header accross multiple pages a lot easier. Any idea how to do this without php?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

牵你手 2024-12-10 19:50:24

一种(半)流行的方法是使用服务器端包含,即 SSI。

您可以执行以下操作:

<!--#include virtual="header.html" -->

在页面中包含标题。

A (semi-)popular way of doing this is by using Server Side Includes, or SSI.

You'd be able to do something like:

<!--#include virtual="header.html" -->

in your pages to include the header.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文