-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
37 lines (34 loc) · 2.73 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- crossorigin="anonymous"> -->
<link rel="Shortcut icon" href="images/blueprint-logo.svg">
<link rel="stylesheet" href="styles.css" />
<title>GraphQL Blueprint</title>
<meta name="description" content="Rapidly Prototype Full Stack GraphQL APIs and
Export Boilerplate Code. With a few simple inputs, our dev tool auto generates code for download, to start and implement your new application including GraphQL root queries, schemas, mutations, and client queries.
Also available for download are the NoSQL schemas or SQL build scripts, and a server file." />
<meta name="keywords" content="GraphQL, Schema, Data Modeling, Boilerplate Generator" />
<meta property="og:image" content="images/blueprint-texture.jpg">
</head>
<body>
<div id="app"></div>
<div id="loader">
<div class="loading-box">
<div class="loading-graphic">
<svg width="36" height="40" viewBox="0 0 36 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19.4885 14.25C19.273 14.4952 18.6828 14.9857 18.0462 14.9857C17.1709 14.9857 16.72 14.4952 16.6039 14.25L16.405 4.24428L5.26469 10.6205L18.0462 17.7814L30.8774 10.6205L22.2238 5.66666C22.0912 5.22523 21.9055 4.20504 22.2238 3.6557C22.5421 3.10637 23.7821 3.09983 24.3624 3.16523L35.6519 9.73761L36 29.0624C35.9503 29.373 35.7513 30.0826 35.3535 30.4357C34.9556 30.7889 33.8615 30.5829 33.3641 30.4357L22.2238 24.1576C22.1907 23.7489 22.2139 22.7549 22.572 22.0486C22.93 21.3423 24.0474 21.4927 24.5613 21.6562L32.6679 26.2176V13.6614L19.4885 20.7733L19.7869 35.4876L27.595 30.9262C28.1089 30.7954 29.3059 30.7104 29.9822 31.4167C30.6586 32.1229 30.2641 33.0516 29.9822 33.4276L18.0462 40L16.6039 39.1171C11.0504 35.9944 0.466786 30 0.0426742 29.0624C-0.186711 28.5553 0.573165 28.1141 0.788677 27.9833L11.73 21.4109C12.1445 21.2965 13.1524 21.2638 13.8686 22.0486C14.5848 22.8333 14.2996 23.6508 14.0675 23.9614L5.26469 29.0624L16.6039 35.4876V20.7733L3.52402 13.6614V23.3238C3.32509 23.7162 2.74818 24.5009 2.03201 24.5009C1.31585 24.5009 0.705787 23.7162 0.490275 23.3238C0.407386 19.0894 0.291341 10.4831 0.490275 9.9338C0.689209 9.38447 1.26943 9.21444 1.53468 9.19809L17.3499 0.173323C17.7644 0.0425294 18.7027 -0.140582 19.1403 0.173323C19.578 0.487228 19.6874 0.990784 19.6874 1.20332L19.4885 14.25Z" fill="#194A9A" stroke="#194A9A"/>
</svg>
</div>
<div class="loading-text">
Blueprint Loading...
</div>
</div>
</div>
<script src="vendor.js"></script>
<script src="main.js"></script>
</body>
</html>