HOME / index.html
meghdeepmondal's picture
Upload 2 files
ae1c182 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Centered Menu</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="background-image"></div>
<div class="menu-container">
<ul class="menu">
<li><a href="https://huggingface.co/spaces/meghdeepmondal/YOLO-V9">YOLO V9</a></li>
<li><a href="https://huggingface.co/spaces/meghdeepmondal/YOLO-V8">YOLO V8</a></li>
<li><a href="https://huggingface.co/spaces/meghdeepmondal/YOLO-V7">YOLO V7</a></li>
<li><a href="https://huggingface.co/spaces/meghdeepmondal/YOLO-V5">YOLO V5</a></li>
<li><a href="https://huggingface.co/spaces/meghdeepmondal/Indian_Vehicle_Detection-YoloNAS">YOLO NAS</a></li>
<li><a href="https://huggingface.co/spaces/meghdeepmondal/Indian_Vehicle_Detection-RoboFlow3.0">ROBOFLOW 3.0</a></li>
</ul>
</div>
</body>
</html>