<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Trombinoscope</title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet"> <link rel="icon" type="image/png" sizes="50x50" href="/assets/favicon.png"> </head> <body> <app-root></app-root> </body> </html>