forked from shigu666/shigu666.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (55 loc) · 2.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>时孤的主页</title>
<link href="css/blogPostStyle.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="mainwrapper">
<header>
<!--**************************************************************************
Header starts here. It contains Logo and 3 navigation links.
****************************************************************************-->
<!-- <div> </div>-->
<div id="avatar"><img src="img/face.jpg" align="left" alt="这只是一个头像" id="logo"></div>
<div align="right"><nav align="right"><a href="/mirai.html" title="Link">QQ机器人</a> <a href="/404.html" title="Link">JAVA</a><a href="/404.html" title="Link">没想好</a> </nav></div>
</header>
<div id="content">
<section id="mainContent">
<!--************************************************************************
Main Blog content starts here
****************************************************************************-->
<h1>
<!-- Blog title -->
这里什么都没有,也许几天后会有</h1>
<h3>
<!-- Tagline -->
NOTHING HERE</h3>
<div id="bannerImage"><img src="img/SliderLayerImage.png" alt=""/></div>
<p>什么都没有。 Nothing here. </p>
<aside id="authorInfo">
<!-- The author information is contained here -->
<h2>时孤 </h2>
<p>暂无介绍</p>
</aside>
</section>
<!--
<footer>
************************************************************************
Footer starts here
****************************************************************************
<article>
<h3>Footer1</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</article>
<article>
<h3>Footer2</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</article>
</footer>
-->
</div>
</body>
</html>