/server/index.html

http://github.com/mattn/gyago · HTML · 25 lines · 25 code · 0 blank · 0 comment · 0 complexity · 82e411710b5872f4212ff78b1cc3d736 MD5 · raw file

  1. <!doctype html>
  2. <link href="//fonts.googleapis.com/css?family=Sigmar+One:regular&v1" rel="stylesheet" type="text/css" >
  3. <meta charset="utf-8" />
  4. <title>Gyago - Gyazo on AppEngine</title>
  5. <style>
  6. body {
  7. font-size: 40px;
  8. text-align: center;
  9. }
  10. h1,h2,h3 {
  11. font-family: 'Sigmar One', serif;
  12. font-style: normal;
  13. text-shadow: none;
  14. text-decoration: none;
  15. text-transform: none;
  16. letter-spacing: -0.05em;
  17. word-spacing: 0em;
  18. line-height: 1.15;
  19. }
  20. </style>
  21. <body>
  22. <h1>Gyago</h1>
  23. <h3>Gyazo on AppEngine</h3>
  24. 2018 (C) <a href="http://mattn.kaoriya.net/">mattn</a>, code is <a href="https://github.com/mattn/gyago">here</a>
  25. </body>