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()">
|
||||
<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';"
|
||||
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 />
|
||||
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user