index.html (355B)
1 <!doctype html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <title>Social Networks News</title> 6 <base href="/"> 7 8 <meta name="viewport" content="width=device-width, initial-scale=1"> 9 <link rel="icon" type="image/x-icon" href="favicon.ico"> 10 <link rel="manifest" href="/manifest.json" /> 11 </head> 12 <body> 13 <app-root></app-root> 14 </body> 15 </html>