Version check and upgrade prompt.

This commit is contained in:
2021-09-26 21:13:33 +09:30
parent 648b9ad886
commit 7b9620631e
6 changed files with 78 additions and 12 deletions

View File

@@ -13,10 +13,17 @@
height: 100px;
overflow:auto;
}
footer {
padding-top: 50px;
font-size: 30%;
}
</style>
</head>
<body style="margin:4; padding:4">
{{ template "content" . }}
<footer>
Homepage: <a href="https://github.com/tardisx/gropple">https://github.com/tardisx/gropple</a>
</footer>
</body>
{{ template "js" . }}
</html>