-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsample.html
79 lines (77 loc) · 3.83 KB
/
sample.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!doctype html>
<html lang="zh-cn">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="/asset/style.css">
<title>本格异想录</title>
</head>
<body>
<div class="container">
<div class="head">
<div class="row">
<div class="col-md-12">
<div class="blogname">本格异想录</div>
<nav>
<div class="item"><a href="#">主页</a></div>
<div class="item"><a href="#">存档</a></div>
</nav>
</div>
</div>
</div>
<hr>
<article class="huge">
<div class="featureimg" style="background-image: url('/asset/placeholderimage2.jpg')"></div>
<div class="row content">
<div class="col-md-2"></div>
<div class="col-md-10 main">
<div class="row">
<div class="col-md-10 post">
<headline><a href="#">「云串流游戏」是谁的未来?・Now Playing #1</a></headline>
<subtitle>反正不会是游戏的。</subtitle>
<time>2019 年 03 月 21 日</time>
<tags>
<item><a href="#">#Google</a></item><item><a href="#">#Stadia</a></item><item><a href="#">#云串流游戏</a></item>
</tags>
<div class="body">
<p>Google 在 3 月 20 日晚的 GDC 上 <a href="https://www.ifanr.com/1188033">发布 Stadia 云串流游戏平台</a>,看上去很美好:不需要单独购买硬件,或许只需购买(订阅)Stadia 服务和游戏,你就可以在任何平台上开玩 <a href="https://en.wikipedia.org/wiki/AAA_%28video_game_industry%29">3A 大作</a>。发布之后,从游戏业界「御三家」的股价就可以看出来,投资人已经开始用脚投票,选择拥抱云串流游戏。</p>
</div>
<div class="bottom">
<a href="#" class="continue float-right">
阅读详情
</a>
</div>
</div>
</div>
</div>
</div>
</article>
<div class="row">
<div class="col-md-6">
<article class="normal">
<div class="featureimg" style="background-image: url('/asset/placeholderimage1.jpg')"></div>
<headline>文章 2 的标题是这样的</headline>
<subtitle>副标题是这样的。</subtitle>
</article>
</div>
<div class="col-md-6">aaa</div>
</div>
<hr>
<div class="footer">
<div class="slogan">钥之所指,心之所向。</div>
<div class="meta">
<p>又一个使用 MWeb 搭建的静态博客。</p>
<p>「本格异想录」是 Astrian Zheng 的个人博客。<br>使用 Reflect White 视觉主题。</p>
</div>
</div>
</div>
</body>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.bootcss.com/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.bootcss.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</html>