funky-framadate-front/src/index.html

17 lines
361 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
2019-10-24 16:08:56 +02:00
<meta charset="utf-8">
<title>Framadate</title>
<base href="/">
2019-10-24 16:08:56 +02:00
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="favicon.ico" rel="icon" type="image/x-icon">
2019-08-12 11:58:58 +02:00
2019-10-24 16:08:56 +02:00
<link rel="stylesheet" href="assets/css/bootstrap-reboot-4.3.1.css">
</head>
<body>
2019-10-24 16:08:56 +02:00
<app-root></app-root>
</body>
</html>