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

19 lines
314 B
HTML
Raw Normal View History

2019-05-15 02:33:39 +00:00
<!doctype html>
<html lang="en">
2019-05-21 01:56:55 +00:00
2019-05-15 02:33:39 +00:00
<head>
2019-05-21 01:56:55 +00:00
<meta charset="utf-8">
<title>DiscoTrip</title>
<base href="/">
2019-05-15 02:33:39 +00:00
2019-05-21 01:56:55 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
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 01:56:55 +00:00
<h1>I can push</h1>
<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>