Skip to content
Snippets Groups Projects
AddCourse.html 514 B
Newer Older
HerrWaechter's avatar
HerrWaechter committed
<!DOCTYPE html>
<html lang="de">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Course Website</title>
    <link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
    <nav class="navbar">
        <div class="logo">
            <a href="Homepage.html">LOGO</a>
        </div>
        <div class="nav-dots">
            <h1>HOME</h1>
        </div>
        <a href="#" class="account-btn">Account</a>
    </nav>
</body>
</html>