Delete index.html

This commit is contained in:
gabriel johnson 2025-04-28 13:09:23 -07:00
parent 85be878dd8
commit 24b2437258

View File

@ -1,25 +0,0 @@
<!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="stylesheet" href="style.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>
</div>
<script src="script.js"></script>
</body>
</html>