gamesearch/index.html
2024-06-29 15:02:33 +01:00

95 lines
4.7 KiB
HTML

<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rave Game Search</title>
<link rel="stylesheet" href="css/index.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<meta property="og:type" content="website">
<meta property="twitter:title" content="Rave Game Search">
<meta property="og:title" content="Rave Game Search">
<meta property="twitter:card" content="summary">
<meta property="twitter:description" content="Find the safest free download links to your favorite Video Games">
<meta property="og:description" content="Find the safest free download links to your favorite Video Games">
<meta property="twitter:image" content="https://ravegamesearch.pages.dev/img/ravesearch.png">
<meta property="og:image" content="https://ravegamesearch.pages.dev/img/ravesearch.png">
<meta property="description" content="Find the safest free download links to your favorite Video Games">
<link href="img/favicon.png" rel="shortcut icon">
<meta name="theme-color" content="#F63F4D">
</head>
<body>
<div class="container">
<!-- Engine Switcher -->
<div class="engine-swticher">
<a href="https://ravegamesearch.pages.dev">> Game Search</a>
<a href="https://ravebooksearch.com">Book Search</a>
<a href="https://ravesoftwaresearch.pages.dev">Software Search</a>
</div>
<!-- Search Box -->
<div class="maindiv">
<div class="searchlogo">
<img class="searchlogo" src="img/search-logo.png" onclick="location.href='index.html';">
<div id="donate-button-container">
<a class="tips">If you think this website has helped you, please consider donating...</a>
<div id="donate-button"></div>
<script src="https://www.paypalobjects.com/donate/sdk/donate-sdk.js" charset="UTF-8"></script>
<script>
PayPal.Donation.Button({
env:'production',
hosted_button_id:'XMFZ3K79YGDFG',
image: {
src:'https://www.paypalobjects.com/en_GB/i/btn/btn_donate_SM.gif',
alt:'Donate with PayPal button',
title:'PayPal - The safer, easier way to pay online!',
}
}).render('#donate-button');
</script>
</div>
</div>
<script>
(function() {
var cx = "001315572920893299880:p3yigpygfny";
var gcse = document.createElement("script");
gcse.type = "text/javascript";
gcse.async = true;
gcse.src = "https://cse.google.com/cse.js?cx=" + cx;
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(gcse, s);
})();
window.onload = function()
{
var searchBox = document.getElementById("gsc-i-id1");
searchBox.placeholder="Search for your favourite Games";
searchBox.title="Rave Game Search Engine";
}
</script>
<gcse:search class="searchbox"></gcse:search>
</div>
</div>
<!-- Games Found Counter -->
<div class="games-found">
<a>If the search result is a website, it indicates that the website hosts the game, and you may need to search within the site to locate the download page.</a>
<a>It is recommended to use an AdBlocker such as uBlock Origin</a>
</div>
<!-- Terms of Use, Privacy Policy and GitHub Link -->
<div class="terms">
<a href="https://github.com/IdleEndeavor/gamesearch">GitHub |</a>
<a href="https://github.com/IdleEndeavor/gamesearch#privacy-policy">Privacy Policy |</a>
<a href="https://github.com/IdleEndeavor/gamesearch#terms-of-use">Terms of Use</a>
</div>
<!-- FAB Wheel -->
<div class="adminActions">
<input type="checkbox" name="adminToggle" class="adminToggle" />
<a class="adminButton" href="#!"><i class="material-icons">lightbulb</i></a>
<div class="adminButtons">
<a href="https://github.com/IdleEndeavor/gamesearch" title="GitHub"><i class="material-icons">code</i></a>
<a href="https://github.com/IdleEndeavor/gamesearch#terms-of-use" title="Terms"><i class="material-icons">gavel</i></a>
<a href="https://github.com/IdleEndeavor/gamesearch#privacy-policy" title="Privacy"><i class="material-icons">security</i></a>
</div>
</div>
</body>
</html>