-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (38 loc) · 1.9 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<title>Sexy Larry</title>
<!-- HTML Meta Tags -->
<title>Sexy Larry</title>
<meta name="description" content="The Most Sexy Man Alive">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://sexylarry.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="Sexy Larry">
<meta property="og:description" content="The Most Sexy Man Alive">
<meta property="og:image" content="https://cdn.discordapp.com/attachments/964707919075627060/978423066612863026/unknown.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="sexylarry.com">
<meta property="twitter:url" content="https://sexylarry.com/">
<meta name="twitter:title" content="Sexy Larry">
<meta name="twitter:description" content="The Most Sexy Man Alive">
<meta name="twitter:image" content="https://cdn.discordapp.com/attachments/964707919075627060/978423066612863026/unknown.png">
</head>
<body>
<div class="">
<ul class="nav position-absolute top-0 start-50 translate-middle-x">
<li class="nav-item">
<a class="nav-link" href="https://discord.gg/battlebit">Discord</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.twitch.tv/theliquidhorse">Twitch</a>
</li>
</ul>
<img src="LarrySexyPoseHello.jpg" class="position-absolute top-50 start-50 translate-middle border border-dark">
</div>
</body>
</html>