16 lines
387 B
HTML

<!-- Run the test app-->
<!DOCTYPE html>
<html lang="en">
<head>
<base href="/">
<title>App Under Test</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/jasmine-core@2.99.1/lib/jasmine-core/jasmine.css">
</head>
<body>
<app-root></app-root>
</body>
</html>