add icon and manifest.json

This commit is contained in:
filifa
2025-12-15 21:05:32 -05:00
parent 7e18fe15b0
commit a037e4afec
6 changed files with 137 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="styles.css" />
<link rel="manifest" href="manifest.json" />
<link rel="icon" href="favicon.ico" />
<title>mcalc</title>
</head>
<body>
@@ -83,6 +85,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
<footer>
<a href="https://scm.dairydemon.net/filifa/mcalc">source</a>
<a href="/legal.html">legal</a>
</footer>
<script type="module" src="main.js"></script>