-
Notifications
You must be signed in to change notification settings - Fork 3
/
footer.php
18 lines (17 loc) · 889 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<a id="to_top" href="#" class="to_top" style="display: block;"><i class="ri-arrow-up-line"></i></a>
<div class="footer">
<nav class="nav">
© 2016 - <?php echo date('Y'); ?> Theme is <a href="https://github.com/Siooooooooo/Ying/" target="_blank">颖</a></br>
<a href="https://beian.miit.gov.cn/" target="_blank"><span><?php $this->options->footerbeian(); ?></span></a></br>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-cn"></use>
</svg>
</nav>
</div>
</div>
</div>
<script src="<?php $this->options->themeUrl('/js/iconfont.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('/js/app.js'); ?>"></script>
</body>
</html>