2017-11-06 13:02:18 -05:00
|
|
|
<!doctype html>
|
2017-08-22 15:31:15 -04:00
|
|
|
<html lang="en">
|
2017-11-06 13:02:18 -05:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Tour of Heroes</title>
|
|
|
|
<base href="/">
|
2017-02-22 13:13:21 -05:00
|
|
|
|
2017-11-06 13:02:18 -05:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<app-root></app-root>
|
|
|
|
</body>
|
2017-02-22 13:13:21 -05:00
|
|
|
</html>
|