diff options
-rw-r--r-- | index.html | 6 | ||||
-rw-r--r-- | style.css | 8 |
2 files changed, 7 insertions, 7 deletions
@@ -2,14 +2,14 @@ <html lang="en"> <head> <meta charset="utf-8" /> - <link rel="icon" type="image/x-icon" sizes="256x256" href="favicon.ico"> - <link rel="stylesheet" href="style.css" type="text/css"> + <link rel="icon" type="image/x-icon" sizes="256x256" href="/favicon.ico"> + <link rel="stylesheet" href="/style.css" type="text/css"> <title>ndato</title> </head> <body> <section class="header" title="Header"> <header> - <img src="lambda.svg" class="logo" alt="Lambda" title="Lambda Logo"> + <img src="/lambda.svg" class="logo" alt="Lambda" title="Lambda Logo"> ndato.com.ar </header> <nav class="navigation"><a href="/">Home</a></nav> @@ -33,7 +33,7 @@ font-style: normal; font-weight: normal; font-display: swap; - src: url('./fonts/libertinus-regular.woff2') format('woff2'); + src: url('/fonts/libertinus-regular.woff2') format('woff2'); } @font-face { @@ -41,7 +41,7 @@ font-style: normal; font-weight: bold; font-display: swap; - src: url('./fonts/libertinus-bold.woff2') format('woff2'); + src: url('/fonts/libertinus-bold.woff2') format('woff2'); } @font-face { @@ -49,7 +49,7 @@ font-style: italic; font-weight: normal; font-display: swap; - src: url('./fonts/libertinus-italic.woff2') format('woff2'); + src: url('/fonts/libertinus-italic.woff2') format('woff2'); } @font-face { @@ -57,7 +57,7 @@ font-style: italic; font-weight: bold; font-display: swap; - src: url('./fonts/libertinus-bold-italic.woff2') format('woff2'); + src: url('/fonts/libertinus-bold-italic.woff2') format('woff2'); } body { |