mirror of
https://github.com/Nezumi-2711/html-css-practice-one.git
synced 2026-09-22 20:01:21 +00:00
Edit title web and add icon
This commit is contained in:
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 138 KiB |
+2
-1
@@ -3,8 +3,9 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Practice 01</title>
|
<title>Startup Website</title>
|
||||||
<link rel="stylesheet" href="./styles/main.css" />
|
<link rel="stylesheet" href="./styles/main.css" />
|
||||||
|
<link rel="icon" href="./assets/images/favicon.ico" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user