-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplayvault.html
More file actions
29 lines (23 loc) · 819 Bytes
/
playvault.html
File metadata and controls
29 lines (23 loc) · 819 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Playvault</title>
<meta content="byron's playvault" property="og:title" />
<meta content="https://byron.lol" property="og:url" />
<meta content="https://byron.lol/img/53088136.jpg" property="og:image" />
<meta content="#000000" data-react-helmet="true" name="theme-color" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="box">
<center> <p style="color:white;">Playvault</p> </center>
</div>
<p style="color:white;"> Current Games: 2048</p>
<iframe width="900" height="900" src="https://www.play2048.co/">
</iframe>
<p> </p>
<iframe width="900" height="900" src="https://example.com">
</iframe>
</body>
</html>