Skip to content

Commit b61179f

Browse files
committed
more metadata
1 parent a568b7f commit b61179f

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

index.html

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
<!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">
53

64
<head>
75
<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+
923
<script src="wasm_exec.js"></script>
1024
<script src="sqldef_browser.js"></script>
1125
<style>
@@ -89,7 +103,7 @@
89103
text-align: center;
90104
}
91105
</style>
92-
</head>
106+
</head>
93107

94108
<body>
95109
<h1>sqldef</h1>
@@ -127,7 +141,7 @@ <h4 class="schema-header">Desired schema</h4>
127141
created_at DATETIME NOT NULL
128142
) Engine=InnoDB DEFAULT CHARSET=utf8mb4;</textarea>
129143
</div>
130-
</div>
144+
</div>
131145

132146
<div class="diff-section">
133147
<div class="diff-label">Up (current → desired)</div>
File renamed without changes.

sqldef256.png

14.1 KB
Loading

sqldef512.png

29.9 KB
Loading

0 commit comments

Comments
 (0)