-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
17 lines (16 loc) · 927 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://www.google.com/url?sa=i&url=https%3A%2F%2Fslack.com%2Fapps%2FA01LJ9W83GX-atlan&psig=AOvVaw3-rpmPJ--pGEkMtht04Lzr&ust=1691010289745000&source=images&cd=vfe&opi=89978449&ved=0CBEQjRxqFwoTCLim3q6uvIADFQAAAAAdAAAAABAQ" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="./public/favicon.ico" type="image/x-icon">
<title>Online SQL Editor</title>
<meta name="description" content="Run SQL Commands." />
<meta name="keywords" content="SQL, SQL Editor, SQL Commands, SQL Query, SQL Query Editor, SQL Editor Online, SQL Editor Copy, SQL Editor Copy Paste, SQL Editor Copy Paste Online, SQL Editor Copy Paste"/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>