funky-framadate-front/src/index.html

16 lines
479 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
2020-04-21 10:50:26 +02:00
<head>
<meta charset="utf-8" />
<base href="/" />
2020-04-21 10:50:26 +02:00
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<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" />
2020-04-21 10:50:26 +02:00
</head>
<body>
<app-root></app-root>
</body>
</html>