-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpiped.html
145 lines (123 loc) · 3.17 KB
/
piped.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<html lang='en' class=''>
<link rel="icon" type="image/png" href="capyg.png"/>
<head>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta itemprop="description" content="fun unblocked games with lots of games from Kapy Games" />
<meta name="description" content="fun unblocked games with lots of games from Kapy Games.">
<meta name="keywords" content="how to unblock unblocked games,unblocked games,fun,which games unblocked,Kapy Games">
<meta name="author" content="Mackeylol,mackeylol,mackeypace">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kapy Games</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
</head>
<body>
<nav class="navbar">
<div class="content">
<div class="logo"><a href="/">capy games</a></div>
<ul class="menu-list">
<div class="icon cancel-btn">
<i class="fas fa-times"></i>
</div>
<li><a href="/">Home</a></li>
</ul>
<div class="icon menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<meta charset='UTF-8'>
<title>Piped</title>
<meta name="robots" content="noindex">
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<style class="INLINE_PEN_STYLESHEET_ID">
* {
box-sizing: border-box;
}
html, body {
font-family: "./PLANK___.ttf", sans-serif;
background: #28282B;
padding: 80px 30px 30px;
color: rgb(0, 0, 0);
height: 100%;
}
ol, ul {
margin: 0 0 50px 0;
}
h1 {
font-weight: bold;
color: black;
}
p {
line-height: 1.6em;
margin-bottom: 10px;
font-size: 18px;
padding: 0;
}
p:last-child {
margin-bottom: 40px;
}
code {
background: #28282B;
color: #28282B;
border: 1px solid #eee;
padding: 2px;
border-radius: 3px;
}
a {
font-weight: bold;
color: #4d4d53;
text-decoration: none;
transition: all 200ms;
}
a:hover, a:focus {
color: black;
}
article {
min-height: 50vh;
margin-bottom: 50px;
}
article .margin {
margin-bottom: 100vh;
}
nav {
display: flex;
width: 100%;
top: 0;
left: 0;
background: #000000;
position: fixed;
padding: 30px;
}
nav a {
display: inline-flex;
padding: 20px 30px;
color: #fff;
text-decoration: none;
}
nav a:hover, nav a:focus {
color: white;
}
nav a.active {
color: #4d4d53;
}
</style>
<style>
body{
margin: 0; /* Remove default margin */
}
iframe{
display: block; /* iframes are inline by default */
height: 100vh; /* Set height to 100% of the viewport height */
width: 100vw; /* Set width to 100% of the viewport width */
border: none; /* Remove default border */
background: lightyellow; /* Just for styling */
}
</style>
</head>
<body>
<iframe src="https://piped-ashy.vercel.app/" frameborder="0" style="overflow:hidden;height:100%;width:100%" height="100%" width="100%"></iframe>
</body>