fixed leading slashes
This commit is contained in:
parent
74d4268acc
commit
b8684a5a9a
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user