Delete index.html
This commit is contained in:
parent
85be878dd8
commit
24b2437258
25
index.html
25
index.html
|
@ -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>
|
Loading…
Reference in New Issue
Block a user