-
Notifications
You must be signed in to change notification settings - Fork 565
/
No idea
35 lines (26 loc) · 1.27 KB
/
No idea
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Profile Card</title>
<link rel="stylesheet" href="/Profile_card.css">
</head>
<body>
<div class="main_container">
<div class="profile">
<div class="profile_card">
<h1>Hi, I have no idea what I'm doing :)</h1>
<img src="https://images.pexels.com/photos/4587995/pexels-photo-4587995.jpeg" alt="Oops, it's not loading, sorry!">
</div>
<div class="loader"></div>
<div class="container"></div>
<div>
<h3>Enjoy this while you're as confused as I am ¯\_(ツ)_/¯
</h3><iframe width="420" height="315"
src="https://youtu.be/jfKfPfyJRdk">
</iframe>
</div>
</div>
</div>
</body>