mirror of
https://git.coop/cotech/website.git
synced 2024-10-31 22:08:44 +00:00
16 lines
467 B
HTML
16 lines
467 B
HTML
<header>
|
|
<div data-sticky-container style="height: 82.7812px;">
|
|
<div class="top-bar sticky iss-stuck is-at-top" data-sticky data-margin-top=0>
|
|
<div class="top-bar-title">
|
|
<strong>
|
|
<a id="logo" href="/">
|
|
<img src="/assets/img/CoTech-logo.png">CoTech
|
|
</a>
|
|
</strong>
|
|
<a class="back" href="/">← Go Back</a>
|
|
<a class="close" href="/">✖</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|