Compare commits
2 Commits
ec47257684
...
e10c9f3a4c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e10c9f3a4c | ||
|
|
6fa9f00f48 |
|
Before Width: | Height: | Size: 191 B After Width: | Height: | Size: 191 B |
@ -1,5 +1,10 @@
|
|||||||
|
<script setup>
|
||||||
|
import MobileToolbar from "@/components/Tools/MobileToolbar.vue";
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div id="toproot">
|
<div id="toproot">
|
||||||
|
<MobileToolbar></MobileToolbar>
|
||||||
<div id="topbar">
|
<div id="topbar">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
<img
|
<img
|
||||||
@ -13,10 +18,10 @@
|
|||||||
referrerpolicy="no-referrer"
|
referrerpolicy="no-referrer"
|
||||||
src="/topcode.png"/>
|
src="/topcode.png"/>
|
||||||
<img
|
<img
|
||||||
id="webmenubutton"
|
id="wepmenubutton"
|
||||||
class="label_1"
|
class="label_1"
|
||||||
referrerpolicy="no-referrer"
|
referrerpolicy="no-referrer"
|
||||||
src="/waptoptoolbarbuttom.png"/>
|
src="/waptoptoolbarbutton.png.png"/>
|
||||||
<span id="rightcontent">
|
<span id="rightcontent">
|
||||||
<span class="toptext" id="hyal">
|
<span class="toptext" id="hyal">
|
||||||
<a href="/Examples"
|
<a href="/Examples"
|
||||||
@ -180,7 +185,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#webmenubutton
|
#wepmenubutton
|
||||||
{
|
{
|
||||||
float: right;
|
float: right;
|
||||||
@include media-breakpoint-between(xs, md) {
|
@include media-breakpoint-between(xs, md) {
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import FooterContent from './Tools/FooterContent.vue'
|
import FooterContent from './FooterContent.vue'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user