fixed leading slashes

This commit is contained in:
Bea 2020-07-02 13:05:54 +02:00
parent 74d4268acc
commit b8684a5a9a
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<meta name="description" content="Welcome to Lorenzo Dellacà's official website: software development, web design, music, photography.">
<link href="/styles/home-style.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" type="image/png" href="/images/logos/brain-128.png"/>
<title>Mind Overflow :: Home</title>
<title>Mind Overflow : Home</title>
<script src="anime.min.js"></script>
</head>

View File

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, user-scalable=0">
<link href="../styles/pages-style.css" rel="stylesheet" type="text/css">
<link href="/styles/pages-style.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" type="image/png" href="/images/logos/brain-128.png"/>
<title>Mind Overflow :: About</title>
<script src="https://code.jquery.com/jquery-3.5.1.js"

View File

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, user-scalable=0">
<link href="../styles/pages-style.css" rel="stylesheet" type="text/css">
<link href="/styles/pages-style.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" type="image/png" href="/images/logos/brain-128.png"/>
<title>Mind Overflow :: Contact</title>
<script src="https://code.jquery.com/jquery-3.5.1.js"