source: bus-n-go-pavel-216049/bus-n-go-frontend/src/index.html@ dedbf60

Last change on this file since dedbf60 was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 4 weeks ago

split group project and individual project into two separate folders

  • Property mode set to 100644
File size: 500 bytes
Line 
1<!doctype html>
2<html lang="en">
3<head>
4 <meta charset="utf-8">
5 <title>BusNGoFrontend</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/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
10 <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
11</head>
12<body>
13 <app-root></app-root>
14</body>
15</html>
Note: See TracBrowser for help on using the repository browser.