We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebfc086 commit d32be40Copy full SHA for d32be40
static/favicon.svg
templates/index.html
@@ -4,6 +4,7 @@
4
<meta charset="utf-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1">
6
<title>Nested-Diff</title>
7
+ <link rel="icon" href="/static/favicon.svg" type="image/svg+xml">
8
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet">
9
<link href="/api/v1/nested_diff.css" rel="stylesheet">
10
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.1/dist/jquery.min.js"></script>
0 commit comments