2020-04-14 11:28:33 +02:00
|
|
|
<!DOCTYPE html>
|
2019-08-09 13:38:51 +02:00
|
|
|
<html lang="en">
|
2020-04-14 11:28:33 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<title>Framadate</title>
|
|
|
|
<base href="/" />
|
2019-08-09 13:38:51 +02:00
|
|
|
|
2020-04-14 11:28:33 +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
|
|
|
|
2020-04-14 11:28:33 +02:00
|
|
|
<link rel="stylesheet" href="assets/css/bootstrap-reboot-4.3.1.css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<app-root></app-root>
|
|
|
|
</body>
|
2019-08-09 13:38:51 +02:00
|
|
|
</html>
|