-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathr-g4.html
More file actions
39 lines (39 loc) · 1.58 KB
/
r-g4.html
File metadata and controls
39 lines (39 loc) · 1.58 KB
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<title>호라이즌 제로 던 : 오픈 월드를 이끌어가는 힘</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="night_mode.js"></script>
<link rel="stylesheet" href="style_article.css">
</head>
<body>
<div class="grid">
<header class="header"><h1><a href="index.html">LuiGee's Mansion</a></h1></header>
<nav>
<ul>
<li><a href="review_game.html" id="current">Review - Game</a></li>
<li><a href="review_etc.html">Review - ETC</a></li>
<li><a href="not_review.html">Not Review</a></li>
</ul>
</nav>
<div class="sublist">
<ul>
<li><a href="r-g4.html">호라이즌 제로 던 : 오픈 월드를 이끌어가는 힘</a></li>
<li><a href="r-g3.html">와치독 2 : 여러 의미로 유비다운 게임</a></li>
<li><a href="r-g2.html">인왕 : 어려워지는 요새 게임들</a></li>
<li id="articlebottom"><a href="r-g1.html">툼 레이더 리부트 : 리부트의 멋진 예시</a></li>
</ul>
</div>
<article>
<h3>호라이즌 제로 던 : 오픈 월드를 이끌어가는 힘</h3>
<p>여기에 리뷰가 들어갑니다</p>
<p>여기에 다음문단이 들어가죠</p>
</div>
</article>
</div>
<button id="night_day" value="night" onclick="
nightModeButton(this)">Night Mode</button>
</body>
</html>