Learning HTML

11 Sep 2022 starting note.

Tools

VS Code / & extensions

Online test

add favicon

<link rel="icon" type="image/x-icon" href="/images/favicon.ico">

didn't work for me. Copied the below from Github's CSS and this works:

<!-- Favicon -->
    <link rel="icon" type="image/x-icon" href="https://notes.nicolasdeville.com/favicon.ico">
    <link rel="mask-icon" href="https://notes.nicolasdeville.com/favicon.svg" color="#FFFFFF">
    <link rel="alternate icon" class="js-site-favicon" type="image/png" href="https://notes.nicolasdeville.com/favicon.png">
    <link rel="icon" class="js-site-favicon" type="image/svg+xml" href="https://notes.nicolasdeville.com/favicon.svg">
    <link rel="fluid-icon" href="https://notes.nicolasdeville.com/favicon.png" title="Nic's notes">

Snippets

viewport

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />

links

social