mirror of
https://github.com/idolpx/csdb-ng.git
synced 2025-12-05 20:28:49 -05:00
17 lines
320 B
HTML
17 lines
320 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>CSDb Example GraphQL Client</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Loading...</h1>
|
|
|
|
<img src="" />
|
|
|
|
<script src="src/js/app.js"></script>
|
|
</body>
|
|
</html>
|