website/random/card/index.html

29 lines
940 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>G2's Website</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<header>
<img src="TeraTeradaMelon.png">
<h1>Hi, I'm G2</h1>
</header>
<span class="left_corner"></span>
<p>I used to have something here, but this page is more of a fun random idea I had to mimic other oversimplified pages than a real useful thing...</p>
<span class="right_corner"></span>
<div style="width:fit-content;margin:auto;">
<p><a href="https://github.com/G2-Games/">GitHub</a></p>
<p><a href="mailto:ke0bhogsg@gmail.com">Email</a></p>
</div>
<hr style="background: linear-gradient(90deg, rgba(102,153,221,1) 0%, rgba(102,221,170,1) 100%);">
</main>
</body>
</html>