Server side includes alternative

后端 未结 6 1253
你的背包
你的背包 2020-12-16 21:02

I have a static site hosted on GitHub Pages which is starting to grow in size. Normally I would use server side includes (

6条回答
  •  一整个雨季
    2020-12-16 21:39

    I know this is a late answer, but here's something I stumbled on recently.
    Turns out that the guys over at http://w3schools.com/ created some simple JavaScript code as an alternative to SSI:

    
    
    
    
    

    Here's an example.

提交回复
热议问题