1
0
This commit is contained in:
syui 2024-04-29 11:03:29 +09:00
parent b7a84718b8
commit 77d162a6d1
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
3 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,8 @@
<div class="nasa"> <div class="nasa">
<iframe src="https://eyes.nasa.gov/apps/solar-system/#/sun/distance?to=earth" allowfullscreen frameborder="0" style="width:100%;height:700px;"></iframe> <iframe src="https://eyes.nasa.gov/apps/solar-system/#/sun/" allowfullscreen frameborder="0" style="width:100%;height:700px;"></iframe>
</div> </div>
<!-- <!--
https://eyes.nasa.gov/apps/solar-system/#/story/voyager_grand_tour?slide=slide_2 https://eyes.nasa.gov/apps/solar-system/#/story/voyager_grand_tour?slide=slide_2
<iframe src="https://eyes.nasa.gov/apps/solar-system/#/sun/distance?to=earth" allowfullscreen frameborder="0" style="width:100%;height:700px;"></iframe>
--> -->

View File

@ -12,6 +12,7 @@ function sun_open() {
} }
</script> </script>
<link rel="stylesheet" href="/pkg/particles/particles.css" /> <link rel="stylesheet" href="/pkg/particles/particles.css" />
<div class="sun"> <div class="sun">
<div class="sun-button"> <div class="sun-button">

7
static/css/nasa.css Normal file
View File

@ -0,0 +1,7 @@
span.story-related-list {
display: none;
}
#story-list{
display:none;
}