Make website work properly when opened as a file in the browser.

This commit is contained in:
2025-09-11 18:37:27 +03:00
parent e42c98866e
commit 2dd53deb70
5 changed files with 42 additions and 42 deletions

View File

@@ -4,17 +4,17 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Статті » Веб-програмування ПР№1</title>
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="../style.css">
</head>
<body>
<!-- Navbar -->
<nav>
<div class="nav-links">
<a href="/" class="nav-logo"><img src="/images/website-logo.png" alt="Логотип компанії"></a>
<a href="/pages/gallery.html">Галерея</a>
<a href="/pages/articles.html"><u>Статті</u></a>
<a href="/pages/contacts.html">Контакти</a>
<a href="/pages/about.html">Про нас</a>
<a href="../index.html" class="nav-logo"><img src="../images/website-logo.png" alt="Логотип компанії"></a>
<a href="./gallery.html">Галерея</a>
<a href="./articles.html"><u>Статті</u></a>
<a href="./contacts.html">Контакти</a>
<a href="./about.html">Про нас</a>
</div>
</nav>
@@ -62,8 +62,8 @@
<div class="timeline-dot"></div>
<time>2025-09-01</time>
<div class="timeline-content">
<h2>Початок нового проекту</h2>
<p>Ми почали роботу над нашим новим веб-проектом. Це включає розробку сучасного дизайну та інтеграцію нових технологій.</p>
<h2>Початок нового проєкту</h2>
<p>Ми почали роботу над нашим новим веб-проєктом. Це включає розробку сучасного дизайну та інтеграцію нових технологій.</p>
</div>
</article>
</section>