mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
24 lines
1.2 KiB
HTML
24 lines
1.2 KiB
HTML
<div class="navbar navbar-default" role="navigation">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand" href="/"><img src="/static/img/logo-small.png" srcset="/static/img/logo-small.png 1x, /static/img/logo-small@2x.png 2x, /static/img/logo-small@3x.png 3x, /static/img/logo-small@4x.png 4x" alt=""/> 清华大学开源软件镜像站</a>
|
|
</div>
|
|
<div class="navbar-collapse collapse navbar-right">
|
|
<ul class="nav navbar-nav">
|
|
<li><a href="https://tuna.moe/">HOME</a></li>
|
|
<li><a href="https://tuna.moe/events/">EVENTS</a></li>
|
|
<li><a href="https://tuna.moe/blog/">BLOG</a></li>
|
|
<li><a href="https://tuna.moe/feed.xml">RSS</a></li>
|
|
<li><a href="https://podcast.tuna.moe/">PODCAST</a></li>
|
|
<li class="active"><a href="http://mirrors.tuna.tsinghua.edu.cn/">MIRRORS</a></li>
|
|
</ul>
|
|
</div><!--/.nav-collapse -->
|
|
</div>
|
|
</div>
|