123456789101112131415161718192021222324252627 |
- <html><head>
- <meta charset="UTF-8">
- <title>{{title}}</title>
- </head>
- <body>
- 抱歉,没有找到您想看的页面。您要找的是不是 <strong> {{title}} </strong> ?
- <div>
- <h2> 在网络中搜索</h2>
- 在Google中搜索 <a href='https://www.google.com/search?q={{title}}' target="blank"> {{title}} @Google</a> <p>
- 在Baidu中搜索 <a href='https://www.baidu.com/s?wd={{title}}' target="blank"> {{title}} @Baidu </a> <p>
- </div>
- <div>
- <h2> 返回首页 </h2>
- <a href='{{url_root}}'> {{url_root}} </a> 首页
- </div>
- <p><br>
- Powered By : <a href="https://www.ruoguschool.com"> 若谷 </a>
- </body>
- </html>
|