This commit is contained in:
2026-04-05 20:52:32 +03:30
commit 3579e03646
12 changed files with 2749 additions and 0 deletions

12
dist/index.html vendored Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>GraphiQL</title>
<script type="module" crossorigin src="./graphiql.js"></script>
<link rel="stylesheet" crossorigin href="./graphiql.css">
</head>
<body style="margin: 0; padding: 0;">
<div id="root" style="height:100vh; margin: 0; padding: 0;"></div>
</body>
</html>