summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorNicolas Dato <nicolas.dato@gmail.com>2023-05-28 18:23:36 -0300
committerNicolas Dato <nicolas.dato@gmail.com>2023-05-28 18:23:36 -0300
commit2cd04f90a08c18b586c9c973a2c21587125ed72f (patch)
treec6cdaf8118763d3a2700d2bdfa11e9678b9eb99c /index.html
parentca877ac0e76b865c789e9b8f3a3d8ae6e0a09086 (diff)
downloadndato.com-2cd04f90a08c18b586c9c973a2c21587125ed72f.tar.gz
ndato.com-2cd04f90a08c18b586c9c973a2c21587125ed72f.tar.bz2
fix paths
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 5c84983..23c6b31 100644
--- a/index.html
+++ b/index.html
@@ -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>