32 lines
1.3 KiB
HTML
32 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html data-bs-theme="light" lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
|
<title>EaglerRinth</title>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css">
|
|
<link rel="stylesheet" href="assets/css/Articles-Cards-images.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container py-4 py-xl-5">
|
|
<div class="row gy-4 row-cols-1 row-cols-md-2 row-cols-xl-3">
|
|
<div class="col">
|
|
<img src="https://avatars.githubusercontent.com/u/157155680?s=64&v=4">
|
|
<h1 style="margin-top: -58px;padding-left: 66px;padding-top: 7px;"> EaglerRinth</h1>
|
|
<div class="mb-3">
|
|
<input type="text" class="form-control" id="searchInput" placeholder="Search...">
|
|
</div>
|
|
</div>
|
|
<div class="col-md-11 col-lg-12 col-xl-11" id="modContainer">
|
|
<!-- JavaScript will add mod cards here -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="app.js"></script>
|
|
</body>
|
|
|
|
</html>
|