Tide/index (4).html
2025-04-28 13:10:14 -07:00

31 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tide</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="style (2).css">
</head>
<body>
<div id="loader" class="loader">Loading Tide...</div>
<div class="container" id="content" style="display: none;">
<h1 class="title">Tide<span class="dot">.</span></h1>
<form id="searchForm">
<input type="text" id="urlInput" placeholder="Where do you want to go?" autocomplete="off">
<div class="options">
<label><input type="checkbox" id="blankMode"> Stealth (about:blank)</label>
</div>
<button type="submit">Surf 🌊</button>
</form>
<!-- New Button for the Games Page -->
<div>
<button id="play-games" onclick="window.location.href='games.html';">Play Games 🎮</button>
</div>
</div>
<script src="script (1).js"></script>
</body>
</html>