maciejpedzi.ch/index.html

27 lines
878 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">
2021-02-17 09:05:53 +01:00
<p>maciejpedzi.ch [Version 2.4.1]</p>
2021-01-17 19:45:35 +01:00
<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>
2021-02-16 18:06:27 +01:00
<input type="text" id="cmd" autocomplete="off" />
2021-01-17 19:45:35 +01:00
</div>
<script src="./assets/js/script.js"></script>
</body>
2020-11-27 23:12:38 +01:00
</html>