index.html

This commit is contained in:
Isabel Schöps Thiel 2024-01-01 00:45:04 +01:00 committed by GitHub
parent 0e55e95e09
commit 62fca3e9ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,6 @@
<!-- * Copyright (c) 2021 GraphQL June 2007 Copyright (C) Happy NEW YEAR 2024 by Isabel Schoeps Thiel (standalone with my Dog Don)*
* Copyright (c) 2021 GraphQL Contributors
* All rights reserved. <index.html>
*
* This source code is licensed under the license found in the
* LICENSE file in the root directory of this source tree.
-->
<!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>GraphiQL</title> <title>GraphiQL</title>
@ -43,4 +38,4 @@
); );
</script> </script>
</body> </body>
</html> </html>