Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 571aca2

Browse files
committed
Add a favicon
1 parent a4671c9 commit 571aca2

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ignore everything in the output docs directory controlled by the build system.
22
/docs/
3-
!/docs/index.html
3+
!/docs/{index.html,favicon.svg}
44

55
# Ignore everything to do with building the app.wasm file.
66
/head-wasm32-unknown-wasi-full-js/

docs/favicon.svg

Lines changed: 10 additions & 0 deletions
Loading

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="initial-scale=1, maximum-scale=5">
66
<title>Syntax Tree</title>
7+
<link rel="icon" href="favicon.svg">
78
<link rel="stylesheet" type="text/css" href="index.css">
89
</head>
910
<body>

0 commit comments

Comments
 (0)