-
Notifications
You must be signed in to change notification settings - Fork 0
/
1.html
41 lines (36 loc) · 962 Bytes
/
1.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
<!doctype html>
<html>
<head>
<title>마루픽_치킨</title>
<meta charset="utf-8">
<style>
a {
color: black;
text-decoration: none;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2H4G87535W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-2H4G87535W');
</script>
</head>
<body>
<h1><a href="index.html">마루픽</a></h1>
<ul>
<li><a href="1.html" class="saw">치킨</a></li>
<li><a href="2.html" class="saw" id="active">피자</a></li>
<li><a href="3.html">분식</a></li>
<li><a href="4.html">한식</a></li>
</ul>
<h2>치킨</h2>
<p>여러 치킨 브랜드
ex) BBQ, BHC, 60계 치킨 ...</P>
<img src="chicken.jpg" width="50%" alt="chicken" title="한식">
</body>
</html>