|
1 | 1 | <!DOCTYPE html> |
2 | | -<html> |
3 | | -<title>sqldef.github.io</title> |
4 | | -<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet"> |
| 2 | +<html lang="en"> |
5 | 3 |
|
6 | 4 | <head> |
7 | 5 | <meta charset="utf-8"> |
8 | | - <link rel="icon" type="image/png" href="sqldef.png"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | + <title>sqldef.github.io</title> |
| 8 | + <meta property="og:type" content="website"> |
| 9 | + <meta property="og:url" content="https://sqldef.github.io/"> |
| 10 | + <meta property="og:title" content="sqldef"> |
| 11 | + <meta property="og:description" content="Idempotent schema management for MySQL, PostgreSQL, SQLite, and SQL Server"> |
| 12 | + <meta property="og:image" content="https://sqldef.github.io/sqldef512.png"> |
| 13 | + |
| 14 | + <link rel="icon" type="image/png" sizes="128x128" href="sqldef128.png"> |
| 15 | + <link rel="icon" type="image/png" sizes="256x256" href="sqldef256.png"> |
| 16 | + <link rel="icon" type="image/png" sizes="512x512" href="sqldef512.png"> |
| 17 | + <link rel="apple-touch-icon" sizes="128x128" href="sqldef128.png"> |
| 18 | + <link rel="apple-touch-icon" sizes="256x256" href="sqldef256.png"> |
| 19 | + <link rel="apple-touch-icon" sizes="512x512" href="sqldef512.png"> |
| 20 | + |
| 21 | + <link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet"> |
| 22 | + |
9 | 23 | <script src="wasm_exec.js"></script> |
10 | 24 | <script src="sqldef_browser.js"></script> |
11 | 25 | <style> |
|
89 | 103 | text-align: center; |
90 | 104 | } |
91 | 105 | </style> |
92 | | - </head> |
| 106 | +</head> |
93 | 107 |
|
94 | 108 | <body> |
95 | 109 | <h1>sqldef</h1> |
@@ -127,7 +141,7 @@ <h4 class="schema-header">Desired schema</h4> |
127 | 141 | created_at DATETIME NOT NULL |
128 | 142 | ) Engine=InnoDB DEFAULT CHARSET=utf8mb4;</textarea> |
129 | 143 | </div> |
130 | | - </div> |
| 144 | + </div> |
131 | 145 |
|
132 | 146 | <div class="diff-section"> |
133 | 147 | <div class="diff-label">Up (current → desired)</div> |
|
0 commit comments