File tree Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 37
37
uses : actions/upload-pages-artifact@v2
38
38
with :
39
39
# Upload entire repository
40
- path : ' ./sandwich '
40
+ path : ' .'
41
41
- name : Deploy to GitHub Pages
42
42
id : deployment
43
43
uses : actions/deploy-pages@v3
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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émon Scarlet/Violet</ a >
33
+ </ body >
34
+
35
+ </ html >
You can’t perform that action at this time.
0 commit comments