funky-framadate-front/src/index.html

18 lines
483 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>FramaSondage</title>
<base href="/" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<!-- TODO: remove this bootstrap reboot import, manage it elsewhere (angular.json probably) -->
<link rel="stylesheet" href="assets/css/bootstrap-reboot-4.3.1.css" />
</head>
<body>
<app-root></app-root>
</body>
</html>