mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
15 lines
296 B
HTML
15 lines
296 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">
|
||
|
</head>
|
||
|
<body>
|
||
|
<app-root></app-root>
|
||
|
</body>
|
||
|
</html>
|