Skip to content

Commit

Permalink
Create proxy.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ArbYusuf authored Dec 25, 2023
1 parent 93422aa commit a64be5e
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions proxy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!DOCTYPE html>
<html>
<head>
<title>AstroGames</title>
<link rel="icon" href="https://avatars.githubusercontent.com/u/154569329?s=400&u=d8cb983206c2c4c323170a33cc276608248a6d11&v=4" type="image/x-icon">
<link rel="stylesheet" href="Navbar.css">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="card-container.css">
<link href="https://fonts.googleapis.com/css?family=Luckiest+Guy&display=swap" rel="stylesheet">
<style>
h5 {
font-size: 18px;
color: white;
}
</style>
</head>
<body>
<!-- Start of Nav -->
<div class="navbar">
<a href="index.html" class="navbar-brand">AstroGames</a>
<ul class="navbar-menu">
<li><a href="index.html">Home</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="apps.html">Apps</a></li>
<li><a href="proxy.html">Proxy</a></li>
<li><a href="settings.html">Settings</a></li>
</ul>
</div>
<!-- End -->

<!-- Star page Edit ↓ -->
<center>
<big><h1 style="color:white">Proxy</h1></big>
<center>
<b><hr>
<br>
<br>
<!-- W snorlax.site for proxy, checkem out -->
<form class="searchform" id="searchform">
<input id="searchbar" placeholder="Search the web freely">
</form>>
</form>
<script src="index.js"></script>
<script src="uv.bundle.js"></script>
<script src="uv.config.js"></script>

0 comments on commit a64be5e

Please sign in to comment.