maciejpedzi.ch/index.html

27 lines
859 B
HTML
Raw Normal View History

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"
content="Maciej Pędzich - future full-stack web developer, high school student, retro video games and F1 fan. All in one person."
/>
<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>
<div id="header">
<p>maciejpedzi.ch [Version 2.3.0]</p>
<p>(C) Maciej Pedzich <span id="current-year"></span></p>
<p id="hint">Welcome! Type 'help' for more information</p>
</div>
<div id="cmd-history"></div>
<div id="input-container">
<div id="bracket">></div>
<input type="text" id="cmd" />
</div>
<script src="./assets/js/script.js"></script>
</body>
2020-11-27 23:12:38 +01:00
</html>