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-07-29 22:01:21 +09:00
|
|
|
<link rel="icon" type="image/svg+xml" href="icon.svg" />
|
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>
|
|
|
|
<a class="twitter-timeline" href="https://twitter.com/kou029w">@kou029w</a>
|
|
|
|
<script async src="https://platform.twitter.com/widgets.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|