mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-10 00:13:02 +01:00
26 lines
831 B
HTML
26 lines
831 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</p>
|
||
|
<p>
|
||
|
(c) Maciej Pedzich, 2020-<span id="currentYear"></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>
|