UNPKG

elm-doc-preview

Version:

Elm offline documentation previewer with hot reloading.

19 lines (18 loc) 697 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Elm package documentation previewer"> <title>Elm Doc Preview</title> <link rel="shortcut icon" size="16x16, 32x32, 48x48, 64x64, 128x128, 256x256" href="/favicon.ico"> <link href="/css/elm-doc-preview.css" rel="stylesheet"> <script src="/highlight/highlight.pack.js"></script> <script src="/js/clipboard.min.js"></script> <script src="/js/elm.js"></script> </head> <body> <script src="/js/index.js"></script> </body> </html>