-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·34 lines (34 loc) · 1.21 KB
/
Copy pathindex.html
File metadata and controls
executable file
·34 lines (34 loc) · 1.21 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
33
34
<!--By Comuter (https://comuter.xyz)-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<script src="https://cdn.jsdelivr.net/gh/tiagorangel1/tetapux/aw.min.js"></script>
<link rel="stylesheet" href="style.css">
<title>Comqueror - Start Page</title>
</head>
<body>
<div class="small-empty-space"></div>
<img class="konqueror" src="assets/comqueror.png" alt="Comqueror logo, a modified version of the Konqueror logo">
<h1>Comqueror</h1>
<h3>Search DuckDuckGo</h3>
<input></input>
<div class="small-empty-space"></div>
<h3>Quick Links</h3>
<a href="https://twitter.com/">Twitter</a>
<a href="https://steamcommunity.com/market">Steam Market</a>
<br><br>
<div class="medium-empty-space"></div>
<a href="about/">What's this?</a>
<br><br>
<div class="small-empty-space"></div>
<tetapux-ads style="
--teta-border: rgba(255, 255, 255, 0.1);
--teta-foreground: white;
--teta-hover-background: rgba(255, 255, 255, 0.08);
"></tetapux-ads>
<div class="small-empty-space"></div>
<script src="script.js"></script>
</body>
</html>