funky-framadate-front/src/index.html

17 lines
382 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Framadate</title>
<base href="/" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<link rel="stylesheet" href="assets/css/bootstrap-reboot-4.3.1.css" />
</head>
<body>
<app-root></app-root>
</body>
</html>