mirror of
https://github.com/dbgate/dbgate
synced 2024-11-08 12:47:25 +00:00
12 lines
143 B
HTML
12 lines
143 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<link rel="stylesheet" href="splash.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div>Starting DbGate...</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|