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 a4671c9 commit 571aca2Copy full SHA for 571aca2
.gitignore
@@ -1,6 +1,6 @@
1
# Ignore everything in the output docs directory controlled by the build system.
2
/docs/
3
-!/docs/index.html
+!/docs/{index.html,favicon.svg}
4
5
# Ignore everything to do with building the app.wasm file.
6
/head-wasm32-unknown-wasi-full-js/
docs/favicon.svg
docs/index.html
@@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=5">
<title>Syntax Tree</title>
7
+ <link rel="icon" href="favicon.svg">
8
<link rel="stylesheet" type="text/css" href="index.css">
9
</head>
10
<body>
0 commit comments