mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-25 15:06:55 +00:00
15 lines
344 B
HTML
15 lines
344 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0" />
|
|
|
|
<!-- TODO: tamitta: This is just a placeholder. -->
|
|
<title>Connect to GitHub</title>
|
|
</head>
|
|
|
|
<body>
|
|
Connecting to GitHub...
|
|
</body>
|
|
</html>
|