-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 893 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Soon to come portfolio</title>
</head>
<body style="margin: 0;">
<div style="height: 100vh; width: 100vw; display: flex; align-items: center; justify-content: center;">
<!--button style="border-radius:15px;position:absolute;left:43%;top:50%;transform:translateY(-50%);" onclick="window.location.href='https://youtu.be/dQw4w9WgXcQ';">Hello there! Click on me!</button-->
<a href="https://youtu.be/dQw4w9WgXcQ" style="text-decoration: none;">
<button style="border-radius: 100px; background-color: hsl(255, 100%, 60%, 50%);" type="button">
Hi there! Click on me!
</button>
</a>
</div>
</body>
</html>