- ‘theme/templates/.#index.html’

/ ‘theme/templates/index.html’
This commit is contained in:
Dooho Yi 2020-04-30 23:01:30 +09:00
parent 24ea646f1c
commit 4f7773351a
2 changed files with 14 additions and 11 deletions

View file

@ -1 +0,0 @@
doohoyi@DoohouicBookAir.skbroadband.13926

View file

@ -7,18 +7,22 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/tachyons.min.css" type="text/css" />
<style>
body {
font: 0.75em/1.5 Verdana, AppleGothic, Sans-serif;
}
body {
font: 0.75em/1.5 Verdana, AppleGothic, Sans-serif;
}
a {
color: black;
text-decoration: none;
}
a {
color: black;
text-decoration: none;
}
time {
font-size: 0.65em;
}
p {
margin: 0;
}
time {
font-size: 0.65em;
}
</style>
</head>