maciejpedzi.ch/index.html
2021-01-05 22:13:31 +01:00

27 lines
803 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="description"
content="Maciej Pędzich - 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.2.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>
</html>