Skip to content

Commit 5619e2a

Browse files
committed
Initial commit
0 parents  commit 5619e2a

File tree

8 files changed

+381
-0
lines changed

8 files changed

+381
-0
lines changed

404.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!doctype html>
2+
<html><head>
3+
<meta http-equiv="refresh" content="2; url=/">
4+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0DSFRN8VMG"></script>
5+
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('set','url_passthrough',true);gtag('js',new Date());gtag('config','G-0DSFRN8VMG');</script>
6+
<body>
7+
Redirecting ...

index.html

Lines changed: 328 additions & 0 deletions
Large diffs are not rendered by default.

info.svg

Lines changed: 5 additions & 0 deletions
Loading

logo-square.png

26.5 KB
Loading

logo.svg

Lines changed: 16 additions & 0 deletions
Loading

robots.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
User-agent: *
2+
Disallow: /cgi-bin/
3+
Allow: /
4+
5+
Sitemap: https://altpowersearch.github.io/sitemap.xml

search.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
3+
<ShortName>AltPower</ShortName>
4+
<LongName>Alt-Power Search Engine</LongName>
5+
<Description>Alternative Google-based power-user search engine</Description>
6+
<Url rel="self" type="application/opensearchdescription+xml" template="https://altpowersearch.github.io/search.xml"/>
7+
<Url rel="results" type="text/html" template="https://altpowersearch.github.io/?q={searchTerms}#gsc.q={searchTerms}&amp;gsc.page={startPage?}"/>
8+
<Url rel="suggestions" type="application/x-suggestions+json" template="https://clients1.google.com/complete/search?client=firefox&amp;authuser=0&amp;q={searchTerms}"/>
9+
<Url rel="suggestions" type="application/x-suggestions+json" template="https://www.google.com/complete/search?client=firefox&amp;authuser=0&amp;q={searchTerms}"/>
10+
<Query role="example" searchTerms="funny cats"/>
11+
<Image type="image/png">https://altpowersearch.github.io/logo-square.png</Image>
12+
<Image type="image/svg+xml">https://altpowersearch.github.io/logo.svg</Image>
13+
<Attribution>Copyright 2025, AltPowerSearch. All Rights Reserved.</Attribution>
14+
</OpenSearchDescription>

sitemap.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
4+
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
5+
<url><loc>https://altpowersearch.github.io</loc></url>
6+
</urlset>

0 commit comments

Comments
 (0)