1 | <!DOCTYPE html>
|
2 | <html>
|
3 |
|
4 | <head>
|
5 | <title>My Presentation</title>
|
6 | <link rel="stylesheet" href="/node_modules/greenwood-starter-presentation/dist/styles/theme.css"></link>
|
7 | <link rel="stylesheet" href="/node_modules/greenwood-starter-presentation/dist/styles/main.css"></link>
|
8 | </head>
|
9 |
|
10 | <body>
|
11 | <content-outlet></content-outlet>
|
12 |
|
13 | <script type="module" src="/node_modules/greenwood-starter-presentation/dist/components/link-target.js"></script>
|
14 | <script type="module" src="/node_modules/greenwood-starter-presentation/dist/components/iframe-key-capture.js"></script>
|
15 | </body>
|
16 |
|
17 | </html> |
\ | No newline at end of file |