-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (19 loc) · 821 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
<!DOCTYPE html>
<html>
<head>
<title>GameJarne's Website</title>
<link rel="icon" type="image" href="images/jarne.png">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body style="text-align: center">
<div>
<h1> Hello, welcome to GameJarne's <b>AMAZING</b> website! </h2>
<p>Hello world!</p>
</div>
<hr>
<iframe width="560" height="315" src="https://www.youtube.com/embed/p9zP0-3whGo?si=OYhiblIeqbjwcZvv" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<br>
<h3><a href="socials.html">My Socials</a></h3>
<h3><a href="games.html">My Games</a></h3>
</body>
</html>