1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-02-01 06:38:46 +00:00

Compare commits

..

No commits in common. "3ad9d40f22d043fe1b0f9e61cd84b1e7d83ada00" and "857a75703c0a70b2539b6077028e6d8aa915e92f" have entirely different histories.

2 changed files with 27 additions and 0 deletions

View file

@ -9,6 +9,7 @@ services:
- "127.0.0.1:2019:2019"
volumes:
- ./etc/caddy:/etc/caddy
- ./srv:/srv
- caddy_data:/data
- caddy_config:/config
networks:

26
srv/index.html Normal file
View file

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