-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
26 lines (26 loc) · 1.08 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Openwing Roblox</title>
<link rel="stylesheet" href="styles/style.css">
<link rel="icon" type="image/png" href="/images/openwing2.png"/>
</head>
<body>
<article>
<header id="main-page">
<center><img src="images/openwingnotext.png"></center>
<h1 id="openwing">Openwing</h1>
<p>Underrated Roblox Games Catalog - Find Hidden Gems</p>
</header>
<div id="search-container">
<input type="text" id="searchInput" placeholder="Search for games..." onkeyup="searchGames()">
<ul id="resultList"></ul>
</div>
<center><a href="https://github.com/open-wing/open-wing.github.io" target="_blank">github</a> • <a href="https://github.com/open-wing/open-wing.github.io/blob/main/README.md" target="_blank">contribute</a> • <a href="https://pyrspi.github.io" target="_blank">credits</a></center>
<script src="scripts/search.js"></script>
<script src="scripts/script.js"></script>
</article>
</body>
</html>