forked from leinue/daily
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
75 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?php require("header.php"); ?> | ||
|
||
<div class="body-content"> | ||
<div class="contact-box"> | ||
<div class="contact-headline">关于我</div> | ||
<div class="contact-content"> | ||
<div class="contact-detail" id="first-contact">Coding</div> | ||
<div class="contact-detail">Music</div> | ||
<div class="contact-detail">Lecture</div> | ||
<div class="contact-detail">ACG</div> | ||
<div class="contact-detail">Otaku</div> | ||
<div class="contact-detail">中二</div> | ||
<div class="contact-detail"><a href="http://t.qq.com/IvyStk" target="_blank">腾讯微博</a></div> | ||
<div class="contact-detail"><a href="http://weibo.com/ivyppl" target="_blank">新浪微博</a></div> | ||
<div class="contact-detail">政治不正确</div> | ||
</div> | ||
<div class="split-col"></div> | ||
</div> | ||
</div> | ||
|
||
<?php require("footer.php"); ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters