mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
23 lines
602 B
HTML
23 lines
602 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
|
|
|
<title>Svelte app</title>
|
|
|
|
<link rel='icon' type='image/png' href='/favicon.png'>
|
|
<link rel='stylesheet' href='/global.css'>
|
|
<link rel='stylesheet' href='/dimensions.css'>
|
|
<link rel='stylesheet' href='/bulma.css'>
|
|
<link rel='stylesheet' href='/icon-colors.css'>
|
|
<link rel='stylesheet' href='/build/bundle.css'>
|
|
<link rel='stylesheet' href='/build/fonts/materialdesignicons.css'>
|
|
|
|
<script defer src='/build/bundle.js'></script>
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
</html>
|