Files

15 lines
323 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
2017-08-22 21:31:15 +02:00
<html lang="en">
<head>
<meta charset="UTF-8">
<base href="/">
<title>Dynamic Component Loader</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
2017-08-22 21:31:15 +02:00
<link rel="stylesheet" href="assets/sample.css">
</head>
<body>
2017-08-22 21:31:15 +02:00
<app-root></app-root>
</body>
</html>