Skip to content

Commit cb7d95b

Browse files
committed
Add main page, remove CNAME alias.
1 parent 73c48aa commit cb7d95b

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/upload-pages-artifact@v2
3838
with:
3939
# Upload entire repository
40-
path: './sandwich'
40+
path: '.'
4141
- name: Deploy to GitHub Pages
4242
id: deployment
4343
uses: actions/deploy-pages@v3

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

index.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<title>ComplexRobot Tools</title>
6+
<meta http-equiv="charset" content="text/html; charset=utf-8">
7+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
8+
<style type="text/css">
9+
body {
10+
color: #f0f0f0;
11+
background-color: #101010;
12+
}
13+
14+
a {
15+
color: #0080ff;
16+
text-shadow: unset;
17+
text-decoration: none;
18+
}
19+
20+
a:hover {
21+
color: #804040;
22+
}
23+
24+
img {
25+
width: 20px;
26+
height: 20px;
27+
}
28+
</style>
29+
</head>
30+
31+
<body>
32+
<a href="sandwich/"><img src="sandwich/sprites/sandwich.png">Sandwich Lookup - Pok&eacute;mon Scarlet/Violet</a>
33+
</body>
34+
35+
</html>

0 commit comments

Comments
 (0)