Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
2311676378 authored Jun 24, 2024
1 parent b6ac425 commit ace0b86
Showing 1 changed file with 4 additions and 39 deletions.
43 changes: 4 additions & 39 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" href="css/main.css">
</head>

<body style="background-image: url(images/3.jpg);background-attachment: fixed;background-repeat: no-repeat;background-size: cover;-moz-background-size: cover;">
<body style="background-image: url(images/2.jpg);background-attachment: fixed;background-repeat: no-repeat;background-size: cover;-moz-background-size: cover;">


<!-- 随机选取背景图片
Expand All @@ -37,15 +37,15 @@
<div class="panel-main">
<div class="panel-main__inner panel-inverted">
<div class="panel-main__content">
<img src="https://q2.qlogo.cn/headimg_dl?dst_uin=1900432277&spec=100" width="150" alt="LOGO" class="panel-cover__logo logo">
<img src="images/logo.png" width="150" alt="LOGO" class="panel-cover__logo logo">
<h1 class="panel-cover__title panel-title">SMNET</h1>

<span class="panel-cover__subtitle panel-subtitle">
<hr class="panel-cover__divider">
<p class="panel-cover__description">Make Your Choice</p>
<hr class="panel-cover__divider">
<p class="panel-cover__description">Welcome To My Web Server</p>
<p class="footer">Copyright © 2024 SMNET Studio</p>
<p class="panel-cover__description">Welcome To SMNET Static Server</p>
<p class="footer">Security By SMNET CDN</p>

<div class="navigation-wrapper">
<div>
Expand All @@ -56,41 +56,6 @@ <h1 class="panel-cover__title panel-title">SMNET</h1>
</ul>
</nav>
</div>

<div>
<nav class="cover-navigation navigation--social">
<ul class="navigation">
<!-- Weibo -->
<li class="navigation__item">
<a href="http://weibo.com/u/277007115" title="新浪微博" target="_blank">
<i class="social fa fa-weibo"></i>
</a>
</li>
<!-- QQ -->
<li class="navigation__item">
<a href="http://wpa.qq.com/msgrd?v=3&uin=1900432277&site=qq&menu=yes" title="联系QQ" target="_blank">
<i class="social fa fa-qq"></i>
</a>
</li>
<!-- Weixin -->
<li class="navigation__item">
<a data-v="" href="#" title="扫一扫加我微信" class="wechat">
<div data-v="" class="qrCode">
<img data-v="" src="images/wx.jpg" width="100" >
<div data-v="" class="triangle-down"></div>
</div>
<i class="social fa fa-weixin"></i>
</a>
</li>
<!-- Email -->
<li class="navigation__item">
<a target="_blank" href="http://mail.qq.com/cgi-bin/qm_share?t=qm_mailme&email=S3pye3t-eHl5fHwLOjplKCQm" title="发邮件给我">
<i class="social fa fa-envelope"></i>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit ace0b86

Please sign in to comment.