mirror of
https://github.com/vlang/v.git
synced 2025-09-10 16:00:31 -04:00
tools: add favicon to the html produced by fast.v
This commit is contained in:
parent
e414b54f68
commit
652bb9a3b3
@ -4,6 +4,9 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>Is V still fast?</title>
|
<title>Is V still fast?</title>
|
||||||
|
<link rel="icon" type="image/x-icon" sizes="32x32" href="favicon_32x32.ico">
|
||||||
|
<link rel="icon" type="image/x-icon" sizes="16x16" href="favicon_16x16.ico">
|
||||||
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
<style>
|
<style>
|
||||||
*, body {
|
*, body {
|
||||||
font-family: Menlo, Monospace, 'Courier New';
|
font-family: Menlo, Monospace, 'Courier New';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user