-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstaff.html
56 lines (48 loc) · 2.51 KB
/
staff.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
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--This stuff is used in link previews-->
<!--When you post something on social medias, for example, Steam Chat, Twitter, etc-->
<!--This info is used-->
<!--To see what I mean, go to https://www.opengraphpreview.com/ and paste in this link from my website: https://www.npxl32.com/Tools/NitroGen, or any YouTube video link-->
<!--You'll see what I mean-->
<!--OpenGraph metadata: used in basically everything except Twitter-->
<meta property="og:title" content="BluePlay Games" />
<meta property="og:url" content="https://blueplay-games.github.io/staff/" />
<meta property="og:type" content="website" /><!--I actually don't know what this does-->
<meta property="og:image" content="img/BluePlay_Placeholder_CHANGEIT.png" /><!--This IS a placeholder. You WILL change it.-->
<meta property="og:description" content="This is the list of the BluePlay staff." />
<!--Twitter metadata: why-->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="blueplay-games.github.io" />
<meta property="twitter:url" content="https://blueplay-games.github.io/staff/" />
<meta name="twitter:title" content="BluePlay Games" />
<meta name="twitter:image" content="img/BluePlay_Placeholder_CHANGEIT.png" />
<meta name="twitter:description" content="This is the list of the BluePlay staff." />
<!--This is for search engines, it must be keyword optimized-->
<meta name="description" content="Staff at BluePlay Games Entertainment BlueCube Games Entertainment Fun Games To Play Online Free GitHub Coding github.io" />
<link rel="favicon" href="favicon.ico" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="site.css" />
<title>Staff at BluePlay</title>
</head>
<body>
<header>
<a href="/">Home</a>
<hr />
</header>
<h1>Staff at BluePlay games.</h1>
<ul>
<li><a href="npxl">npxl32</a></li>
<li><a href="saver">saverofthewo</a></li>
<li>eyepopper</li>
</ul>
<footer>
<hr />
<p>© 2023 BluePlay</p>
</footer>
</body>
</html>