manicmaniac/ApolloDeveloperKit

View on GitHub
Sources/ApolloDeveloperKit/Assets/index.html

Summary

Maintainability
Test Coverage
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <title>ApolloDeveloperKit</title>
    <script src="/bundle.js" async></script>
    <link href="./style.css" rel="stylesheet">
    <link href="./favicon.png" rel="icon" type="image/png">
  </head>
  <body>
    <main>
      <h1>ApolloDebugServer is running!</h1>
      <p>Usage is available on <a href="https://github.com/manicmaniac/ApolloDeveloperKit#usage" target="_blank">manicmaniac/ApolloDeveloperKit</a>.</p>
    </main>
  </body>
</html>