-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 918 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Penguen Tux</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
img {
max-width: 100%;
max-height: 100%;
}
</style>
</head>
<body>
<img src="https://media3.giphy.com/media/VeqNElqK0yd2GTgu4E/giphy.gif?cid=6c09b952oteq4c17yddyeu8xxdruenlse47bjiy3ow2xruyd&ep=v1_internal_gif_by_id&rid=giphy.gif&ct=s" alt="Penguin Sticker">
<iframe src="https://discord.com/widget?id=527560284928213021&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</body>
</html>