2020-11-27 23:12:38 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2021-01-17 19:45:35 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta
|
|
|
|
name="description"
|
2021-07-08 18:05:09 +02:00
|
|
|
content="Maciej Pędzich - high school student, VENM stack developer, author of Mac's WEBlog, WinXP & chicken strips aficionado"
|
2021-01-17 19:45:35 +01:00
|
|
|
/>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>Maciej Pędzich</title>
|
|
|
|
<link rel="stylesheet" href="./assets/css/style.css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
2021-07-08 18:05:09 +02:00
|
|
|
<div class="frame"></div>
|
|
|
|
<div id="welcome-container">
|
|
|
|
<em id="welcome-text">soon</em>
|
2021-01-17 19:45:35 +01:00
|
|
|
</div>
|
2021-07-08 18:05:09 +02:00
|
|
|
<div class="frame"></div>
|
2021-01-17 19:45:35 +01:00
|
|
|
</body>
|
2020-11-27 23:12:38 +01:00
|
|
|
</html>
|