36 lines
1.1 KiB
HTML
36 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" type="text/css" href="/menu/menu.css" />
|
|
<link rel="stylesheet" href="style.css">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap" rel="stylesheet">
|
|
<title>chrisedwards</title>
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<div id="nav_menu">
|
|
</div>
|
|
</nav>
|
|
<main>
|
|
<div id="term">
|
|
<span id='user'>user@localhost:</span>
|
|
<span id="type">
|
|
</span>
|
|
</div>
|
|
</main>
|
|
|
|
|
|
|
|
|
|
|
|
<script src="/menu/menu.js"></script>
|
|
<script src="https://unpkg.com/typewriter-effect@latest/dist/core.js"></script>
|
|
<script src="script.js" defer></script>
|
|
</body>
|
|
</html> |