add favicon, move css to css folder

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2023-01-27 16:35:09 -08:00
parent 36e4384801
commit d04360d61e
4 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>tronnet - contact</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="images/favicon.svg" sizes="any" type="image/svg+xml">
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<h1>tronnet</h1>

1
images/favicon.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g fill="#0f0" font-family="monospace" font-weight="bold"><text y="14" font-size="16">H</text><text x="9" y="8" font-size="10">0</text></g></svg>

After

Width:  |  Height:  |  Size: 208 B

View File

@ -4,7 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>tronnet - home</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="images/favicon.svg" sizes="any" type="image/svg+xml">
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<h1>tronnet</h1>