-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (31 loc) · 1.72 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VinylStage's LinkTree</title>
<meta name="description" content="VinylStage's LinkTree">
<meta name="keywords" content="VinylStage, Vinyl, Link, bio, blog, tech blog">
</head>
<body>
<style>
a {white-space: pre-line; text-decoration:none; color: black; outline: solid 1px black; padding: 10px 20px; border-radius: 10px; font-size: 20px; font-weight: bold;}
div {margin: 40px 0px;}
</style>
<h1>귀찮아서 나중에 꾸밀거임</h1>
<div>
<div></div>
<a href="https://www.linkedin.com/in/%EC%83%81%EB%B9%88-%EC%9E%84-050191275/" target="_blank" style="background-color: rgb(0, 195, 255);">Linkedin</a>
<div></div>
<a href="https://blog.naver.com/vinylstudio" target="_blank" style="background-color: rgb(0, 206, 17);">Naver Blog</a>
<div></div>
<a href="https://github.com/VinylStage" target="_blank" style="background-color: rgb(0, 0, 0); color: white;">Github</a>
<div></div>
<a href="https://open.spotify.com/user/bx3u9qn46szyjcqh7wpwzeksu?si=b49bf016ab844baa" target="_blank" style="background-color: rgb(0, 255, 55);">Spotify</a>
<div></div>
<a href="https://www.instagram.com/sang_vinyl/" target="_blank" style="background-color: rgb(255, 163, 244);">Instagram</a>
<div></div>
<a href="https://youtube.com/@vinylstage" target="_blank" style="background-color: rgb(255, 0, 0);">YouTube VinylStage 비닐무대</a>
</div>
</body>
</html>