CAU-ICT-Spring-2019-Project-1/src/index.html

21 lines
481 B
HTML
Raw Normal View History

2019-05-15 02:33:39 +00:00
<!doctype html>
<html lang="en">
<head>
2019-05-21 02:00:14 +00:00
<meta charset="utf-8">
<title>DiscoTrip</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
2019-05-15 02:33:39 +00:00
</head>
2019-05-21 01:56:55 +00:00
2019-05-15 02:33:39 +00:00
<body>
2019-05-21 02:00:14 +00:00
<app-root></app-root>
2019-05-15 02:33:39 +00:00
</body>
2019-05-21 01:56:55 +00:00
2019-05-15 02:33:39 +00:00
</html>