jekyll build from Action ba3804df2220de6cb62cb498552f311d4d67f9f7
This commit is contained in:
parent
b652c4cb45
commit
0de1cf6381
8117
assets/css/main.css
8117
assets/css/main.css
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
2
assets/css/main.scss
Normal file
2
assets/css/main.scss
Normal file
@ -0,0 +1,2 @@
|
||||
@import "materialize.scss",
|
||||
"cyberpunk-theme";
|
@ -95,7 +95,7 @@
|
||||
|
||||
</div>
|
||||
<script>
|
||||
fetch("/cpred/assets/game-data/characters/")
|
||||
fetch("/cpred/assets/game-data/characters/chase.json")
|
||||
.then(response => response.json())
|
||||
.then(character => {
|
||||
document.getElementById('name-chase').innerText = character.name;
|
||||
@ -125,7 +125,7 @@
|
||||
|
||||
</div>
|
||||
<script>
|
||||
fetch("/cpred/assets/game-data/characters/")
|
||||
fetch("/cpred/assets/game-data/characters/carver.json")
|
||||
.then(response => response.json())
|
||||
.then(character => {
|
||||
document.getElementById('name-carver').innerText = character.name;
|
||||
|
2
feed.xml
2
feed.xml
@ -1 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://phoenixdivision.morlana.space/cpred/feed.xml" rel="self" type="application/atom+xml" /><link href="https://phoenixdivision.morlana.space/cpred/" rel="alternate" type="text/html" /><updated>2025-03-20T15:04:41+00:00</updated><id>https://phoenixdivision.morlana.space/cpred/feed.xml</id><title type="html">ThePhoenixDivision</title><subtitle>We will share our adventures in Cyberpunk Red here.</subtitle></feed>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://phoenixdivision.morlana.space/cpred/feed.xml" rel="self" type="application/atom+xml" /><link href="https://phoenixdivision.morlana.space/cpred/" rel="alternate" type="text/html" /><updated>2025-03-20T15:21:25+00:00</updated><id>https://phoenixdivision.morlana.space/cpred/feed.xml</id><title type="html">ThePhoenixDivision</title><subtitle>We will share our adventures in Cyberpunk Red here.</subtitle></feed>
|
Loading…
x
Reference in New Issue
Block a user