mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
17 lines
342 B
HTML
17 lines
342 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf8'>
|
|
<meta name='viewport' content='width=device-width'>
|
|
|
|
<title>Svelte app</title>
|
|
|
|
<link rel='icon' type='image/png' href='favicon.png'>
|
|
<link rel='stylesheet' href='global.css'>
|
|
<link rel='stylesheet' href='bundle.css'>
|
|
</head>
|
|
|
|
<body>
|
|
<script src='bundle.js'></script>
|
|
</body>
|
|
</html> |