Skip to content

Instantly share code, notes, and snippets.

@agustinpfs
Created July 6, 2020 15:41
Show Gist options
  • Save agustinpfs/f78bca88e5ccf8af69f64b93a4febe36 to your computer and use it in GitHub Desktop.
Save agustinpfs/f78bca88e5ccf8af69f64b93a4febe36 to your computer and use it in GitHub Desktop.

Revisions

  1. agustinpfs created this gist Jul 6, 2020.
    11 changes: 11 additions & 0 deletions css.external.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    <html>
    <head>
    <meta charset="UTF-8">
    <title>CSS link</title>
    <link rel="stylesheet" href="styles.css">
    </head>

    <body>
    <h1>Hola mundo</h1>
    </body>
    </html>