district-politics/projects/speech-statistics/src/index.html

16 lines
363 B
HTML
Raw Normal View History

2021-09-05 12:32:15 +02:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SpeechStatistics</title>
2021-09-29 12:51:35 +02:00
<base href="/">
2021-09-05 12:32:15 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- CSS only -->
2021-09-05 12:32:15 +02:00
</head>
<body>
<app-root></app-root>
<!-- JavaScript Bundle with Popper -->
2021-09-05 12:32:15 +02:00
</body>
</html>