UNPKG

greenwood-starter-presentation

Version:

A Greenwood plugin and general purpose starter kit for creating slide decks and presentations from markdown.

17 lines (13 loc) 605 B
<!DOCTYPE html> <html> <head> <title>My Presentation</title> <link rel="stylesheet" href="/node_modules/greenwood-starter-presentation/dist/styles/theme.css"></link> <link rel="stylesheet" href="/node_modules/greenwood-starter-presentation/dist/styles/main.css"></link> </head> <body> <content-outlet></content-outlet> <script type="module" src="/node_modules/greenwood-starter-presentation/dist/components/link-target.js"></script> <script type="module" src="/node_modules/greenwood-starter-presentation/dist/components/iframe-key-capture.js"></script> </body> </html>