Calendar_Frontend/src/index.html

14 lines
296 B
HTML
Raw Normal View History

2022-12-25 15:30:56 +00:00
<!doctype html>
<html lang="en">
<head>
2022-12-25 16:48:24 +00:00
<meta charset="utf-8">
<title>NachklangCalendar</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
2022-12-25 15:30:56 +00:00
</head>
<body>
2022-12-25 16:48:24 +00:00
<app-root></app-root>
2022-12-25 15:30:56 +00:00
</body>
</html>