1 | <!DOCTYPE html>
|
2 | <html>
|
3 |
|
4 | <head>
|
5 | <link rel="stylesheet" href="/node_modules/greenwood-starter-presentation/dist/styles/theme.css"></link>
|
6 | <link rel="stylesheet" href="/node_modules/greenwood-starter-presentation/dist/styles/main.css"></link>
|
7 |
|
8 | <style>
|
9 | :root ul, :root ol {
|
10 | width: 50%;
|
11 | margin: 0 auto;
|
12 | padding-left: 25%;
|
13 | }
|
14 | </style>
|
15 | </head>
|
16 |
|
17 | <body>
|
18 | <content-outlet></content-outlet>
|
19 |
|
20 | <script type="module" src="/node_modules/greenwood-starter-presentation/dist/components/link-target.js"></script>
|
21 | <script type="module" src="/node_modules/greenwood-starter-presentation/dist/components/iframe-key-capture.js"></script>
|
22 | </body>
|
23 |
|
24 | </html> |
\ | No newline at end of file |