mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-26 13:42:48 +00:00
31 lines
1.1 KiB
HTML
31 lines
1.1 KiB
HTML
---
|
|
permalink: /fancy-index/before.html
|
|
title: Index of {{url}}
|
|
---
|
|
<!DOCTYPE html>
|
|
<html>
|
|
{% capture metaDesc %}Index of {% raw %}{{url}}{% endraw %}{% endcapture %}
|
|
{% include head.html metaDesc=metaDesc notArticle=true %}
|
|
<body>
|
|
{% include nav.html %}
|
|
|
|
<div id="mirrors">
|
|
<div class="spacing hidden-xs"></div>
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
{% raw %}
|
|
<div class="col-md-12 table-responsive" id="mirror-list">
|
|
<div>
|
|
<div class="col-md-8 col-xs-12 vbottom"><h3>{% endraw %}{% fa_svg fas.fa-cube %}{% raw %} Index of <span id="path">{{url}}</span></h3></div><!--
|
|
--><div class="col-md-4 col-xs-12 text-right-md text-left-xs vbottom" v-if="nowBrowsingMirror">
|
|
<strong>Last Update:</strong> {{open}}nowBrowsingMirror.last_update{{close}}
|
|
<span v-if="nowBrowsingMirror.show_status" :class="['label', 'label-status', nowBrowsingMirror.label, 'hidden-xs']">{{open}}nowBrowsingMirror.status{{close}}</span>
|
|
</div>
|
|
</div>
|
|
{% endraw %}
|
|
<h1 style="display: none;">
|
|
<!--
|
|
vim: ts=2 sts=2 sw=2 noexpandtab
|
|
-->
|