2023-09-19 20:46:33 +08:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" / >
2024-03-13 06:24:12 +08:00
< link rel = "icon" href = "/favicon.ico" / >
2023-09-19 20:46:33 +08:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< meta name = "theme-color" content = "#000000" / >
< meta
name="description"
2024-05-31 05:14:37 +08:00
content="Online database entity-realtionship diagram editor, data modeler, and SQL generator. Design, visualize, and export scripts without an account and completely free of charge."
2023-09-19 20:46:33 +08:00
/>
2024-03-13 06:24:12 +08:00
< meta name = "robots" content = "index,follow,max-image-preview:large" / >
2024-02-28 21:35:21 +08:00
< meta property = "og:type" content = "website" / >
2024-07-13 18:58:36 +08:00
< meta property = "og:url" content = "https://drawdb.app/" / >
2024-03-13 06:24:12 +08:00
< meta
property="og:title"
content="drawDB | Online database diagram editor and SQL generator"
/>
< meta
property="og:description"
2024-05-31 05:14:37 +08:00
content="Online database entity-realtionship diagram editor, data modeler, and SQL generator. Design, visualize, and export scripts without an account and completely free of charge."
2024-03-13 06:24:12 +08:00
/>
2024-07-13 18:58:36 +08:00
< meta property = "og:image" content = "https://drawdb.app/hero_ss.png" / >
2024-03-13 06:24:12 +08:00
< meta
name="twitter:image:src"
2024-07-13 18:58:36 +08:00
content="https://drawdb.app/hero_ss.png"
2024-03-13 06:24:12 +08:00
/>
< meta
name="twitter:tile:image"
2024-07-13 18:58:36 +08:00
content="https://drawdb.app/hero_ss.png"
2024-03-13 06:24:12 +08:00
/>
< meta name = "twitter:card" content = "summary_large_image" / >
< link rel = "apple-touch-icon" href = "/favicon.ico" / >
2024-02-27 18:39:29 +08:00
< link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css"
crossorigin="anonymous"
/>
2024-03-13 06:24:12 +08:00
2024-02-27 18:39:29 +08:00
< title > drawDB | Online database diagram editor and SQL generator< / title >
2023-09-19 20:46:33 +08:00
< / head >
2023-09-19 20:51:08 +08:00
< body theme-mode = "light" >
2023-09-19 20:46:33 +08:00
< noscript > You need to enable JavaScript to run this app.< / noscript >
2024-02-29 04:54:43 +08:00
< div id = "root" > < / div >
2023-12-16 11:39:13 +08:00
< script type = "module" src = "/src/main.jsx" > < / script >
2024-02-27 18:39:29 +08:00
< script
src="https://kit.fontawesome.com/e35edcd75e.js"
crossorigin="anonymous"
>< / script >
2023-09-19 20:46:33 +08:00
< / body >
< / html >