added iframe i def wont regret later and then remove
This commit is contained in:
parent
cd580ba075
commit
3f5db49d6e
1 changed files with 36 additions and 22 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<main>
|
<main>
|
||||||
|
<div class="columns">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<i><a href="http://tabbycat.dev/"> hop to tabbycat.dev</a></i>
|
<i><a href="http://tabbycat.dev/"> hop to tabbycat.dev</a></i>
|
||||||
<p>Dont forget to take your estrogen and cypro! 🏳️⚧️</p>
|
<p>Dont forget to take your estrogen and cypro! 🏳️⚧️</p>
|
||||||
|
|
@ -25,6 +26,9 @@
|
||||||
<a href="https://www.instagram.com/climbingqts/">Climbing QTs</a> •
|
<a href="https://www.instagram.com/climbingqts/">Climbing QTs</a> •
|
||||||
<a href="https://www.instagram.com/twenty10nsw/">Twenty10</a>
|
<a href="https://www.instagram.com/twenty10nsw/">Twenty10</a>
|
||||||
</div>
|
</div>
|
||||||
|
<iframe src="http://tabbybox:1880/dashboard/page1" title="node-red dashboard" height="900" class="frame" ></iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -33,5 +37,15 @@
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.container{
|
.container{
|
||||||
padding-left: 1cm;
|
padding-left: 1cm;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.columns{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
|
||||||
|
.frame{
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue