Upload files to "/"

This commit is contained in:
forjedofficial 2024-09-22 15:19:04 -07:00
parent 0258d71bc2
commit 2ab545b668

55
popup.html Normal file
View file

@ -0,0 +1,55 @@
<html>
<head>
<title>Resulti by Forjed</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
</head>
<center>
<img class="left"
src="logo (1).png" width="150" height="150"
alt="" title="Thanks you for using Resulti!" style="float:center-top;margin:0 145px 45px;" />
</center>
<style>
body {
background-color:#121212;
text-align:;
}
h1 {
background-color: ;
}
h2 {
background-color:;
<EFBFBD>}
}
</style>
<style>
#standard {
display: flex;
justify-content: space-between;
max-width: 500px;
margin: 0 auto;
}
#animated-2 {
width: 80%;
}
input[type="submit"] {
width: 18%;
}
</style>
</head>
<body>
<center>
<form id="standard" method="get" action="https://resulti.oth/search.html">
<div class="input-group">
<input type="text" class="form-control" name="q" maxlength="150" id="search-bar" placeholder="Search the web with Resulti...">
<button class="btn btn-outline-info" type="submit" id="button-addon2">:D</button>
</div>
</form>
</center>
<script src="popup.js"></script>
<script src="homepage.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
</body>
</html>