find_in_search_engine.html 637 B

123456789101112131415161718192021222324252627
  1. <html><head>
  2. <meta charset="UTF-8">
  3. <title>{{title}}</title>
  4. </head>
  5. <body>
  6. 抱歉,没有找到您想看的页面。您要找的是不是 <strong> {{title}} </strong> ?
  7. <div>
  8. <h2> 在网络中搜索</h2>
  9. 在Google中搜索 <a href='https://www.google.com/search?q={{title}}' target="blank"> {{title}} @Google</a> <p>
  10. 在Baidu中搜索 <a href='https://www.baidu.com/s?wd={{title}}' target="blank"> {{title}} @Baidu </a> <p>
  11. </div>
  12. <div>
  13. <h2> 返回首页 </h2>
  14. <a href='{{url_root}}'> {{url_root}} </a> 首页
  15. </div>
  16. <p><br>
  17. Powered By : <a href="https://www.ruoguschool.com"> 若谷 </a>
  18. </body>
  19. </html>