-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
44 lines (40 loc) · 2.07 KB
/
footer.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
<!DOCTYPE html>
<html>
<head>
<title>footer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="Sources/font.css">
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="Sources/NSR.css">
<link rel="icon" href="Sources/Images/ico.png">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Jua&family=Nanum+Myeongjo&display=swap" rel="stylesheet">
</head>
<body>
<div class="sns">
<table class="snsin">
<tr>
<td><a href="https://play.google.com/store/apps/dev?id=5825231444215246301" target="_blank">
<div class="bt" style="color: #00a2ff; font-size: 28px;"><p class="btxt">▶</p></div>
</a></td>
<td><a href="https://www.youtube.com/channel/UCYX13BJNxz3oN5L2Vg2nbcQ" target="_blank">
<div class="bt" style="color: #ff3535; font-size: 28px;"><p class="btxt">▶</p></div>
</a></td>
<td><a href="https://blog.naver.com/joon060707" target="_blank">
<div class="bt nsr bold" style="color: #10be00; font-size: 16px;"><p class="btxt blog">blog</p></div>
</a></td>
<td><a href="https://www.facebook.com/TripleJ.0607" target="_blank">
<div class="bt jua" style="color: #000a9b; font-size: 36px;"><p class="btxt">f</p></div>
</a></td>
<td><a href="https://github.com/joon060707" target="_blank">
<div class="bt nsr bold" style="color: #5c5c5c; font-size: 14px;"><p class="btxt gh">Git<br/>hub</p></div>
</a></td>
</tr>
</table>
</div>
<footer>
<div class="ico"></div>
<p class="cp nsr center">(c) 2021 TripleJ</p>
</footer>
</body>
</html>