-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (34 loc) · 1.54 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
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- OG Meta Embeds/Tags -->
<meta content="proguy's socials" property="og:title" />
<meta content="List of proguy914629's socials such as Spotify, GitHub, etc" property="og:description" />
<meta content="https://socials.proguy.me" property="og:url" />
<meta content="https://socials-cdn.proguy.me/pfp.png" property="og:image" />
<meta content="#C5D8FE" data-react-helmet="true" name="theme-color" />
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="https://socials-cdn.proguy.me/favicon.png">
<!-- CSS and JS -->
<link rel="stylesheet" href="https://socials-cdn.proguy.me/style.css">
<script src="https://socials-cdn.proguy.me/script.js" defer></script>
<title>proguy914629's socials</title>
</head>
<body>
<div class="container">
<div class="header">
<img class="pfp" src="" alt="pfp">
<h1 class="heading"></h1>
<p class="details">Email: <a href="" id="email"></a></p>
</div>
<div class="buttons"></div>
<!-- <div class="footer">-->
<!-- <p>Made with ❤️ by proguy914629</p>-->
<!-- </div>-->
</div>
</body>
</html>