diff options
Diffstat (limited to 'how_to_write_a_minimal_html5_document.html')
-rw-r--r-- | how_to_write_a_minimal_html5_document.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/how_to_write_a_minimal_html5_document.html b/how_to_write_a_minimal_html5_document.html index 641c2fc..9db74be 100644 --- a/how_to_write_a_minimal_html5_document.html +++ b/how_to_write_a_minimal_html5_document.html @@ -4,7 +4,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="aki"> <meta name="tags" content="tutorial, template, minimal, valid, html5, web page, document"> -<link rel="icon" type="image/png" href="cylo.png"> +<link rel="icon" type="image/png" href="favicon.png"> <link rel="stylesheet" type="text/css" href="style.css"> <title>How to Write a Minimal HTML5 Document</title> |