add: iframe codeをnoindexに指定
This commit is contained in:
parent
5a3a880eca
commit
a29365fdb1
@ -20,6 +20,10 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
<div id='window'>
|
<div id='window'>
|
||||||
<div class="menubar">
|
<div class="menubar">
|
||||||
<button style="background-color: rgb(255 95 87)" aria-label="reload" onclick={()=>{location.reload()}}></button>
|
<button style="background-color: rgb(255 95 87)" aria-label="reload" onclick={()=>{location.reload()}}></button>
|
||||||
|
Loading…
Reference in New Issue
Block a user