22 lines
642 B
HTML
22 lines
642 B
HTML
<!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>Document</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<main class="flex">
|
|
<div class="image">
|
|
<img src="../src/assets/sebin-smug-icon.png" alt="Sebin Smug Icon" />
|
|
</div>
|
|
<div class="headings">
|
|
<h1>Sebin Nyshkim</h1>
|
|
<h2>Character Reference Page</h2>
|
|
</div>
|
|
</main>
|
|
<!-- Open in browser and set mobile view to 2048x1072 with DPR: 2 and take screenshot -->
|
|
</body>
|
|
</html>
|