@x5e/gink
Version:
an eventually consistent database
18 lines (16 loc) • 501 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gink</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script type="text/javascript" src="/get_connections.js"></script>
</head>
<body>
<h1>Gink Connections</h1>
<script>
getConnections();
</script>
</body>
</html>