@digicat/cf-graphql
Version:
Generate a GraphQL schema out of your Contentful space
14 lines (13 loc) • 360 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>React App backed by Contentful and GraphQL</title>
<link rel="stylesheet" href="/client/index.css">
<link rel="shortcut icon" type="image/png" href="/client/favicon.png">
</head>
<body>
<main id="root"></main>
<script src="/client/bundle.js"></script>
</body>
</html>