Skip to content

Commit cbcb56b

Browse files
committed
Deploying to gh-pages from @ 1d7b027 🚀
1 parent 58e3256 commit cbcb56b

5 files changed

Lines changed: 30 additions & 23 deletions

File tree

assets/04b03/04B_03__.TTF

19 KB
Binary file not shown.

assets/04b03/COPYRIGHT.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1999‐2003 / yuji oshimo￿o / 04@dsg4.com / www.04.jp.org

index-d06dbef56c340943.css

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
body {
2+
width: 100vw;
3+
height: 100vh;
4+
margin: 0;
5+
overflow: hidden;
6+
}
7+
8+
#steam-link {
9+
position: absolute;
10+
z-index: 1;
11+
top: 2vh;
12+
left: 2vh;
13+
font-weight: bold;
14+
font-family: "04b_03";
15+
color: #ff6973;
16+
font-size: 3vh;
17+
}
18+
19+
@font-face {
20+
font-family: "04b_03";
21+
src: url("assets/04b03/04B_03__.TTF");
22+
}
23+
24+
#steam-link:visited {
25+
color: #ff6973 !important;
26+
}

index-f09809ef09082091.css

Lines changed: 0 additions & 20 deletions
This file was deleted.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<html>
44

55
<head>
6-
<link rel="stylesheet" href="./index-f09809ef09082091.css" integrity="sha384&#x2D;PT6TSl0rWo3v5F&#x2F;8pdQlYAQPEa4atHNKB8FhoFM8c2oUKPx&#x2F;AdAHrmWU1kPt9gkN"/>
6+
<link rel="stylesheet" href="./index-d06dbef56c340943.css" integrity="sha384&#x2D;Xu1qdd31KccMU&#x2B;NZNck1K9gBJgDOan9BKOMdTV4sRM5hSvy6xd4DByszjqVEen9M"/>
77

88

99

10-
<script type="module" nonce="xqQat1rSOyfjd3auCWuWLA==">
10+
<script type="module" nonce="F3E6q7YpnaV2dN3k+wCnEQ==">
1111
import init, * as bindings from './linksider-6a846dea5698e1d4.js';
1212
const wasm = await init('./linksider-6a846dea5698e1d4_bg.wasm');
1313

@@ -24,7 +24,7 @@
2424
<link rel="preload" href="./linksider-6a846dea5698e1d4_bg.wasm" crossorigin=anonymous integrity="sha384-SFw7bc/pxT7HYRPevUkbi38uwewBfP97OZE9c1FTSzzZX9hsMhlQLOizI88wkYQU" as="fetch" type="application/wasm"></head>
2525

2626
<body>
27-
<a id="steam-link" href="https://store.steampowered.com/app/2995150/Linksider/" target="_blank">Wishlist on Steam!</a>
27+
<a id="steam-link" href="https://store.steampowered.com/app/2995150/Linksider/" target="_blank">Wishlist full game on Steam!</a>
2828
</body>
2929

3030
</html>

0 commit comments

Comments
 (0)