mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
17 lines
361 B
HTML
17 lines
361 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>
|