-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (39 loc) · 1.93 KB
/
index.html
File metadata and controls
43 lines (39 loc) · 1.93 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
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="theme-color" content="#ff00ff">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:site_name" content="SENPIE • Content Creator & Community Manager">
<meta property="og:title" content="SENPIE • Content Creator">
<meta property="og:url" content="https://senpie.gg">
<meta property="og:type" content="website">
<meta property="og:description" content="SENPIE is a Community Manager, and part-time variety streamer and VTuber from the UK. He streams across platforms such as Twitch and YouTube.">
<meta property="og:image" content="https://senpie.gg/images/socials/pfp.png">
<meta property="og:image:width" content="1500">
<meta property="og:image:height" content="1500">
<meta itemprop="name" content="SENPIE • Content Creator">
<meta itemprop="url" content="https://senpie.gg">
<title>SENPIE • Content Creator</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Tomorrow:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<main class="container">
<div class="logo" role="img" aria-label="SENPIE logo"></div>
<h1>SENPIE</h1>
<h2>he/him • they/them</h2>
<h3>Cat Dad | Community Manager | Variety Streamer</h3>
<div class="links">
<a href="https://youtube.com/@senpieman" id="youtube"></a>
<a href="https://twitch.tv/senpieman" id="twitch"></a>
<a href="https://kick.com/senpieman" id="kick"></a>
<a href="https://bsky.app/profile/senpie.gg" id="bsky"></a>
<a href="https://instagram.com/senpieman" id="insta"></a>
<a href="https://discord.gg/X4akwF8236" id="discord"></a>
<a href="https://github.com/SENPIEMAN" id="ghub"></a>
<a href="https://www.tiktok.com/@senpieman" id="tiktok"></a>
</div>
</div>
</body>
</html>