64 lines
4.0 KiB
HTML
64 lines
4.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
|
<meta name="description" content="" />
|
|
<meta name="author" content="" />
|
|
<title>Creative - Start Bootstrap Theme</title>
|
|
<!-- Favicon-->
|
|
<link rel="icon" type="image/x-icon" href="static/assets/favicon.ico" />
|
|
<!-- Bootstrap Icons-->
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
|
|
<!-- Google fonts-->
|
|
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700" rel="stylesheet" />
|
|
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic" rel="stylesheet" type="text/css" />
|
|
<!-- SimpleLightbox plugin CSS-->
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/SimpleLightbox/2.1.0/simpleLightbox.min.css" rel="stylesheet" />
|
|
<!-- Core theme CSS (includes Bootstrap)-->
|
|
<link href="../static/assets/css/styles.css" rel="stylesheet" />
|
|
</head>
|
|
<body id="page-top">
|
|
<!-- Navigation-->
|
|
<nav class="navbar navbar-expand-lg navbar-light fixed-top py-3" id="mainNav">
|
|
<div class="container px-4 px-lg-5">
|
|
<a class="navbar-brand" href="/classification">Deteksi Penyakit Daun Kopi</a>
|
|
</div>
|
|
</nav>
|
|
<!-- Masthead-->
|
|
<header class="masthead">
|
|
<div class="container px-4 px-lg-5 h-100">
|
|
<div class="row gx-4 gx-lg-5 h-100 align-items-center justify-content-center text-center">
|
|
<div class="col-lg-8 align-self-end">
|
|
|
|
|
|
</div>
|
|
<div class="col-lg-8 align-self-baseline">
|
|
<img src="static/assets/img/cercos.jpg" alt="Gambar Leaf rust2" class="img-fluid" width="300" height="100">
|
|
<h4 class="text-white font-weight-bold">Penyakit Daun Kopi Cercospora</h4>
|
|
<p class="text-white-75 mb-3">Cercospora adalah genus jamur yang mencakup berbagai spesies yang dapat menyebabkan penyakit pada berbagai tanaman, termasuk tanaman kopi. Beberapa spesies Cercospora dapat menyebabkan daun kopi mengalami bercak-bercak coklat atau merah keunguan, yang kemudian dapat berkembang menjadi lesi besar dengan tepi yang jelas</p>
|
|
<h4 class="text-white font-weight-bold" style="margin-top: 10px;">Ciri Ciri Penyakit Cercospora</h4>
|
|
<p class="text-white-75 mb-3"><p class="text-white-75 mb-3"><p class="text-white-75 mb-3">Cercospora adalah genus jamur yang mencakup berbagai spesies yang dapat menyebabkan penyakit pada berbagai tanaman, termasuk tanaman kopi. Beberapa spesies Cercospora dapat menyebabkan daun kopi mengalami bercak-bercak coklat atau merah keunguan, yang kemudian dapat berkembang menjadi lesi besar dengan tepi yang jelas</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<!-- About-->
|
|
<!-- Services-->
|
|
<!-- Call to action-->
|
|
|
|
<!-- Footer-->
|
|
<!-- Bootstrap core JS-->
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
<!-- SimpleLightbox plugin JS-->
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/SimpleLightbox/2.1.0/simpleLightbox.min.js"></script>
|
|
<!-- Core theme JS-->
|
|
<script src="static/js/scripts.js"></script>
|
|
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
|
|
<!-- * * SB Forms JS * *-->
|
|
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
|
|
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
|
|
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
|
|
</body>
|
|
</html>
|