fix
This commit is contained in:
parent
b7a84718b8
commit
77d162a6d1
@ -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>
|
||||||
-->
|
-->
|
||||||
|
@ -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
7
static/css/nasa.css
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
span.story-related-list {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#story-list{
|
||||||
|
display:none;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user