travopti/frontend/src/index.html
2020-05-15 11:18:52 +02:00

15 lines
429 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Travopti</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<app-root></app-root>
</body>
</html>