33 lines
No EOL
1.6 KiB
HTML
Executable file
33 lines
No EOL
1.6 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<meta name="Description" content="Enter your description here"/>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.0/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
|
|
<link rel="stylesheet" href="../src/style.css">
|
|
<title>To-Do List</title>
|
|
</head>
|
|
<body class="d-flex h-100 text-center bg-dark">
|
|
<div class="cover-container d-flex w-100 h-100 px-3 flex-column">
|
|
<header class="d-flex flex-wrap justify-content-between py-3 border-bottom align-items-center">
|
|
<div class="dropdown">
|
|
<button class="btn btn-primary btn-lg dropdown-toggle" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false">
|
|
</button>
|
|
<ul class="dropdown-menu" aria-labelledby="dropdownMenuButton1">
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<ul class="nav nav-pills">
|
|
</ul>
|
|
</div>
|
|
</header>
|
|
<main class="col-sm-6 py-3"></main>
|
|
</div>
|
|
<script type="module" src="main.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.9.2/umd/popper.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.0/js/bootstrap.min.js"></script>
|
|
</body>
|
|
</html> |