Skip to content

Commit 652bb9a

Browse files
committed
tools: add favicon to the html produced by fast.v
1 parent e414b54 commit 652bb9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/tools/fast/header.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>Is V still fast?</title>
7+
<link rel="icon" type="image/x-icon" sizes="32x32" href="favicon_32x32.ico">
8+
<link rel="icon" type="image/x-icon" sizes="16x16" href="favicon_16x16.ico">
9+
<link rel="icon" type="image/x-icon" href="favicon.ico">
710
<style>
811
*, body {
912
font-family: Menlo, Monospace, 'Courier New';

0 commit comments

Comments
 (0)