Created
July 6, 2020 15:41
-
-
Save agustinpfs/f78bca88e5ccf8af69f64b93a4febe36 to your computer and use it in GitHub Desktop.
Revisions
-
agustinpfs created this gist
Jul 6, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>