moved styles in subfolder
This commit is contained in:
parent
0ab40ccc70
commit
74d4268acc
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, user-scalable=0">
|
||||
<meta name="description" content="Welcome to Lorenzo Dellacà's official website: software development, web design, music, photography.">
|
||||
<link href="home-style.css" rel="stylesheet" type="text/css">
|
||||
<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>
|
||||
<script src="anime.min.js"></script>
|
||||
@ -16,9 +16,9 @@
|
||||
<h1>Lorenzo Dellacà</h1>
|
||||
|
||||
<div class="bottomnav">
|
||||
<a href="pages/about.html">About</a>
|
||||
<a href="/pages/about.html">About</a>
|
||||
<a class="rainbow" href="https://old.mind-overflow.net/career.html">Services</a>
|
||||
<a href="pages/contact.html">Contact</a>
|
||||
<a href="/pages/contact.html">Contact</a>
|
||||
<a href="https://cloud.mind-overflow.net/">Cloud</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -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="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="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