-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.8 KB
/
Copy pathindex.html
File metadata and controls
32 lines (32 loc) · 1.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Lunar Proxy Beta</title>
<meta name="Description" content="Lunar Proxy Beta">
<meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1, user-scalable=no" />
<link rel="stylesheet" href="/assets/main.css">
<link rel="shortcut icon" href="https://raw.githubusercontent.com/maxswebservices/lunarproxybeta/main/public/assets/festive.png" type="image/x-icon">
</head>
<body style="overflow:hidden;">
<div class="navbar" id="navBar">
<a href="/">Home</a>
<a href="/media.html">Games</a>
<a href="https://lunarproxybackup.herokuapp.com/">Backup</a>
<a href="https://github.com/maxswebservices/lunarproxybeta" target="_blank">Github</a>
<a href="https://heroku.com/deploy?template=https://github.com/maxswebservices/lunarproxybeta/tree/main" target="_blank">Heroku</a>
<a href="https://repl.it/github/maxswebservices/lunarproxybeta" target="_blank">Replit</a>
<a href="javascript:void(0);" class="icon" onclick="navToggle()"><i class="fa fa-bars"></i></a>
</div>
<div class="bodycontainer">
<h1>Lunar Proxy Beta</h1>
<form class="bar" id="searchform">
<input type="text" autocomplete="off" class="sinput" name="search-bar" id="search-bar" list="searchsuggestions" placeholder="Enter search query or direct URL.">
<button aria-label="Submit" type="submit"><i style="color:white;" class="fa fa-arrow-right" aria-hidden="true"></i></button><datalist id="searchsuggestions"></datalist>
</form>
<h4>#INTERNETFREEDOM</h4>
<noscript>Sorry for the inconvenience. Your browser does not support Javascript, meaning functionality of this website is not guaranteed.</noscript>
</div>
<script src="./assets/main.js"></script>
</body>
</html>