-
Notifications
You must be signed in to change notification settings - Fork 0
/
social.html
24 lines (24 loc) · 960 Bytes
/
social.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
<!DOCTYPE html>
<html>
<head>
<title>Social links - JUV Studios</title>
<link href="styles.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="hub">
<header>
<h1>Social links</h1>
</header>
<div style="display: flex; flex-direction: column; align-items: flex-start; gap: 8px;">
<a href="https://discord.com/invite/xKVWBWu" target="_blank">Discord</a>
<a href="https://github.com/JUV-Studios" target="_blank">GitHub</a>
<a href="https://juv-studios.medium.com" target="_blank">Medium</a>
<a href="https://www.reddit.com/r/JUVStudios" target="_blank">Reddit</a>
<a href="https://www.twitch.tv/juvstudios2018" target="_blank">Twitch</a>
<a href="https://twitter.com/Jaigane88727011" target="_blank">Twitter</a>
<a href="https://www.youtube.com/channel/UCCgDUPx_XgBfgBx-If1uk1g" target="_blank">YouTube</a>
</div>
</div>
</body>
</html>