/server/index.html
http://github.com/mattn/gyago · HTML · 25 lines · 25 code · 0 blank · 0 comment · 0 complexity · 82e411710b5872f4212ff78b1cc3d736 MD5 · raw file
- <!doctype html>
- <link href="//fonts.googleapis.com/css?family=Sigmar+One:regular&v1" rel="stylesheet" type="text/css" >
- <meta charset="utf-8" />
- <title>Gyago - Gyazo on AppEngine</title>
- <style>
- body {
- font-size: 40px;
- text-align: center;
- }
- h1,h2,h3 {
- font-family: 'Sigmar One', serif;
- font-style: normal;
- text-shadow: none;
- text-decoration: none;
- text-transform: none;
- letter-spacing: -0.05em;
- word-spacing: 0em;
- line-height: 1.15;
- }
- </style>
- <body>
- <h1>Gyago</h1>
- <h3>Gyazo on AppEngine</h3>
- 2018 (C) <a href="http://mattn.kaoriya.net/">mattn</a>, code is <a href="https://github.com/mattn/gyago">here</a>
- </body>