apollo-elements/apollo-elements

View on GitHub
packages/create/template/app/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.0">
  <title>Apollo Elements App</title>
  <link rel="stylesheet" href="style.css">
  <script type="module" src="/src/main.ts"></script>
</head>
<body>
  <main>
    <h1>Apollo Elements App</h1>
    <apollo-client id="client">
      <apollo-app></apollo-app>
    </apollo-client>
  </main>
</body>
</html>