forked from owen0o0/WebStack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
header-banner.php
19 lines (19 loc) · 1.17 KB
/
header-banner.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<nav class="navbar user-info-navbar" role="navigation">
<div class="navbar-content">
<ul class="user-info-menu left-links list-inline list-unstyled">
<li class="hidden-xs">
<a href="#" data-toggle="sidebar">
<i class="fa fa-bars"></i>
</a>
</li>
<!-- 天气 -->
<li>
<div id="he-plugin-simple"></div>
<script>WIDGET = {CONFIG: {"modules": "12034","background": 5,"tmpColor": "aaa","tmpSize": 16,"cityColor": "aaa","citySize": 16,"aqiSize": 16,"weatherIconSize": 24,"alertIconSize": 18,"padding": "30px 10px 30px 10px","shadow": "1","language": "auto","borderRadius": 5,"fixed": "false","vertical": "middle","horizontal": "left","key": "a922adf8928b4ac1ae7a31ae7375e191"}}</script>
<script src="https://widget.heweather.net/simple/static/js/he-simple-common.js?v=1.1"></script>
</li>
<!-- 天气 end -->
</ul>
</div>
<a href="https://github.com/owen0o0/WebStack" target="_blank"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
</nav>