Files
Knots-Front/src/index.html
2026-04-24 11:56:52 +02:00

14 lines
378 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>KnotsFront</title>
<base href="/">
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
</body>
</html>