changed source in silicosheets.html

This commit is contained in:
SilicoFlare
2023-03-16 13:50:18 +05:30
committed by GitHub
parent c07378242a
commit 0333665026

View File

@@ -45,26 +45,26 @@
<body onload="setHeader()">
<header>
<div class="pc"><span class="title">&nbsp;SilicoFlare</span>
<div class="pc"><span class="title" onclick="window.location.href = '../index.html';">&nbsp;SilicoFlare</span>
<div class="nav"><button class="menu clicked" onclick="window.location.href = '../index.html';"
type="button">Home</button><button class="menu" onclick="window.location.href = 'updates.html';"
type="button">Home</button><button class="menu" onclick="window.location.href = '../updates.html';"
type="button">Updates</button><button class="menu"
onclick="window.location.href = 'creations.html';" type="button">My Creations</button><button
class="menu" onclick="window.location.href = 'contact.html';" type="button">Contact Me</button>
onclick="window.location.href = '../creations.html';" type="button">My Creations</button><button
class="menu" onclick="window.location.href = '../contact.html';" type="button">Contact Me</button>
</div>
<br />
&nbsp;
</div>
<div class="phone">
<div class="title-phone" onclick="window.location.href = 'index.html'">SilicoFlare</div>
<div class="title-phone" onclick="window.location.href = '../index.html'">SilicoFlare</div>
<span align="right" class="icon" onclick="show()"><b></b></span>
</div>
<div class="dropdown-menu"><span class="menu-item" onclick="window.location.href = 'index.html'">Home</span>
<span class="menu-item" onclick="window.location.href = 'updates.html'">Updates</span> <span
class="menu-item" onclick="window.location.href = 'creations.html'">My Creations</span> <span
class="menu-item" onclick="window.location.href = 'contact.html'">Contact Me</span>
<div class="dropdown-menu"><span class="menu-item" onclick="window.location.href = '../index.html'">Home</span>
<span class="menu-item" onclick="window.location.href = '../updates.html'">Updates</span> <span
class="menu-item" onclick="window.location.href = '../creations.html'">My Creations</span> <span
class="menu-item" onclick="window.location.href = '../contact.html'">Contact Me</span>
</div>
</header>
<main>