archive.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <style>
  6. .archhead {
  7. background-color: #320202 !important;
  8. display: block !important;
  9. border: 4px #ff3b3b groove !important;
  10. color: #ea8181 !important;
  11. padding: 10px !important;
  12. z-index: 999999 !important;
  13. position: fixed !important;
  14. left: 0 !important;
  15. top: 0 !important;
  16. font-size: 18px !important;
  17. font-family: unset !important;
  18. width: 100% !important;
  19. text-align: left !important;
  20. }
  21. .archbody {
  22. padding-top: 74px !important;
  23. }
  24. .archlink {
  25. color: #ffeb3b !important;
  26. }
  27. </style>
  28. </head>
  29. <body>
  30. <div class="archhead">
  31. {{if eq .Lan "ja"}}保存サイトでアーカイブしました。{{else}}Archived with Hozon Site.{{end}} <a class="archlink" href="https://technicalsuwako.moe/blog/hozonsite-{{.Ves}}">hozonsite-{{ .Ver }}</a><br />
  32. <a class="archlink" href="/">{{if eq .Lan "ja"}}トップページへ{{else}}To toppage{{end}}</a>
  33. </div>
  34. <div class="archbody">
  35. {{ .Body }}
  36. </div>
  37. </body>
  38. </html>