mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 20:17:58 +05:30
changed source in silicosheets.html
This commit is contained in:
@@ -45,26 +45,26 @@
|
|||||||
|
|
||||||
<body onload="setHeader()">
|
<body onload="setHeader()">
|
||||||
<header>
|
<header>
|
||||||
<div class="pc"><span class="title"> SilicoFlare</span>
|
<div class="pc"><span class="title" onclick="window.location.href = '../index.html';"> SilicoFlare</span>
|
||||||
<div class="nav"><button class="menu clicked" onclick="window.location.href = '../index.html';"
|
<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"
|
type="button">Updates</button><button class="menu"
|
||||||
onclick="window.location.href = 'creations.html';" type="button">My Creations</button><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>
|
class="menu" onclick="window.location.href = '../contact.html';" type="button">Contact Me</button>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="phone">
|
<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>
|
<span align="right" class="icon" onclick="show()"><b>☰</b></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="dropdown-menu"><span class="menu-item" onclick="window.location.href = 'index.html'">Home</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
|
<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 = '../creations.html'">My Creations</span> <span
|
||||||
class="menu-item" onclick="window.location.href = 'contact.html'">Contact Me</span>
|
class="menu-item" onclick="window.location.href = '../contact.html'">Contact Me</span>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
|
|||||||
Reference in New Issue
Block a user