init
This commit is contained in:
2
dist/graphiql.css
vendored
Normal file
2
dist/graphiql.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/graphiql.js
vendored
Normal file
1
dist/graphiql.js
vendored
Normal file
File diff suppressed because one or more lines are too long
12
dist/index.html
vendored
Normal file
12
dist/index.html
vendored
Normal 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>
|
||||
Reference in New Issue
Block a user