add icon and manifest.json
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user