source: trip-planner-front/src/index.html@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 391 bytes
Line 
1<!doctype html>
2<html lang="en">
3<head>
4 <meta charset="utf-8">
5 <title>TripPlannerFront</title>
6 <base href="/">
7 <meta name="viewport" content="width=device-width, initial-scale=1">
8 <link rel="icon" type="image/x-icon" href="favicon.ico">
9 <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
10</head>
11<body>
12 <app-root></app-root>
13</body>
14</html>
Note: See TracBrowser for help on using the repository browser.