-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (81 loc) · 4.05 KB
/
Copy pathindex.html
File metadata and controls
94 lines (81 loc) · 4.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<meta lang="en">
<html>
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="node_modules/bootstrap-social/bootstrap-social.css">
<title>Otaku Retreat</title>
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-sm fixed-top ">
<div class="container">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#Navbar">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand mr-auto" href="#">Otaku Retreat</a>
<div class="collapse navbar-collapse" id="Navbar">
<ul class="navbar-nav me-auto">
<li class="nav-item active"><a class="nav-link" href="#"><span class="fa fa-lg fa-home"> HOME</a></li>
<li class="nav-item"><a class="nav-link" href="#"><span class="fa fa-lg fa-list"> MENU</a></li>
<li class="nav-item"><a class="nav-link" href="./contactus.html"><span class="fa fa-lg fa-address-card"> CONTACT</a></li>
<li class="nav-item"><a class="nav-link" href="./aboutus.html"><span class="fa fa-lg fa-info"> ABOUT US</a></li>
</ul>
</div>
</div>
</nav>
<header>
<div class="h-100 p-5 text-white bg-dark rounded-3">
<div class="container">
<div class="row row-header align-items-center">
<div class="col-12 col-sm-6">
<h1> Otkau Rtereat : Your one stop for everything Animanga </h1>
<div class="col-12 col-sm-6"></div>
</div>
</div>
</div>
</div>
</header>
<div class="container">
<div class="row row-content align-items-center">
<div class="col-12 col-sm-6 col-md-8" >
<h2> Find the Animanga best suited to your tastes through our one of a kind Algorithm </h2>
</div>
<div class="col-12 col-sm-6 col-md-4"></div>
</div>
<div class ="row row-content align-items-center content">
<div class="col-12 col-sm-12 ">
<p> Hey I am KoyoAli and I love Anime, Manga and Eroges. However one thing that I have always been a unsatisfied with is the lack of good reccomedation
sites for Animanga on the interenet, so to tackle this I have specificly designed this one of a kind Algo that takes your MAL/Anilist usernames and by using
use Lists as Parameteres it predicts what Anime suit your taste the most. It gives you reccomedations that you would simply not find on most Anime recc websites
as most of them are plauged by the same Mainstream anime reccs that any animemanga fan worth his salt has watched/read already.
So I present to you "Koyo AI", simply write your MAL or Anilist username in the respective field and press the start button and let this tool do its magic. Good Luck
</p>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-12 col-sm-12">
<p><b> If you like this tool and want to support me as I work on making this tool even better you can support me on Paetron by clicking the link below</b></p>
<a href="https://www.patreon.com/"> Patreon </a>
</div>
</div>
<div class ="row justify-content-center">
<div class="col-auto">
<p> Copyright : All rights reserved</p>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
</body>
</html>