UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

38 lines (32 loc) 1.64 kB
<!DOCTYPE html> <html lang="{{ page.lang | default: site.lang | default: "en-US" }}"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> {% seo %} <meta property="og:image" content="https://www.lldebugger.com/logo_landscape.jpg"> <meta name="twitter:image" content="https://www.lldebugger.com/logo_landscape.jpg"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/site.webmanifest"> <link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}"> {% include head-custom.html %} </head> <body> <div class="container-lg px-3 my-5 markdown-body"> {% if site.title and site.title != page.title %} <h1><a href="{{ "/" | absolute_url }}">{{ site.title }}</a></h1> {% endif %} {{ content }} {% if site.github.private != true and site.github.license %} <div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray"> This site is open source. {% github_edit_link "Improve this page" %}. </div> {% endif %} </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script> <script>anchors.add();</script> </body> </html>