1
0
This commit is contained in:
syui 2024-10-04 03:54:36 +09:00
parent c7944edd98
commit 9aa9b332e7
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
3 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@
{{ partial "nasa.html" . }} {{ partial "nasa.html" . }}
{{ partial "galaxy.html" . }} {{ partial "galaxy.html" . }}
--> -->
{{ partial "galaxy-react.html" . }} {{ partial "star.html" . }}
</div> </div>
{{ partial "footer.html" . }} {{ partial "footer.html" . }}

View File

@ -1 +1 @@
<iframe src="https://card.syui.ai/planet?g=sun" allowfullscreen frameborder="0" style="width:100%;height:600px;"></iframe> <iframe src="https://card.syui.ai/planet?g=sun" allowfullscreen frameborder="0" style="width:95%;height:600px;"></iframe>

View File

@ -46,6 +46,7 @@ article {
.stars { .stars {
background: #313131; background: #313131;
text-align: center;
} }
.footer-link { .footer-link {