1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-19 00:18:05 +00:00
fogtype.com/srv/index.html

27 lines
757 B
HTML
Raw Normal View History

2021-07-18 20:38:29 +09:00
<!DOCTYPE html>
<html lang="ja" dir="ltr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
2021-08-18 15:07:05 +09:00
<link
rel="icon"
href="https://gravatar.com/avatar/cc7886f00686546ab34e75be479026f7?s=256"
/>
2021-07-18 20:38:29 +09:00
<title>ほんの少し降る雨</title>
<style>
body {
margin: 40px auto;
max-inline-size: 1200px;
}
a.twitter-timeline {
color: #2b7bb9;
}
</style>
</head>
<body>
2022-09-11 20:36:18 +09:00
<a target="_blank" rel="noreferrer" href="https://statuspage.freshping.io/63164/">天気図</a><br>
2021-07-18 20:38:29 +09:00
<a class="twitter-timeline" href="https://twitter.com/kou029w">@kou029w</a>
<script async src="https://platform.twitter.com/widgets.js"></script>
</body>
</html>