maciejpedzi.ch/index.html

26 lines
847 B
HTML
Raw Normal View History

2020-11-27 23:12:38 +01:00
<!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">
2020-11-28 00:00:14 +01:00
<p>maciejpedzi.ch [Version 2.0.1]</p>
2020-11-27 23:12:38 +01:00
<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>