Skip to content

Commit

Permalink
Merge pull request #209 from positivecrash/main
Browse files Browse the repository at this point in the history
add meta text
  • Loading branch information
positivecrash authored Jun 7, 2024
2 parents 61696e1 + 932ac10 commit 87b2928
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions src/pages/demoapps/johnnyb-lab.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
<template>

<Layout>
<MetaInfo
pageTitle = "Hack Johnny's lab"
pageDescription = "Johny's crypto lab is a cutting-edge hub filled with all sorts of smart gadgets, including a TurtleBot 4 robot that is known as a base for an iRobot vacuum. But imagine the thrill—and the risk—if someone managed to hack into the robot's camera. Ready to dive into the world of cybersecurity and test your hacking skills?"
/>

<!-- <MetaInfo
pageTitle = "Hack Johnny's lab"
pageDescription = "Johny's crypto lab is a cutting-edge hub filled with all sorts of smart gadgets, including a TurtleBot 4 robot that is known as a base for an iRobot vacuum. But imagine the thrill—and the risk—if someone managed to hack into the robot's camera. Ready to dive into the world of cybersecurity and test your hacking skills?"
pageImage = "'/ogstatic/johnnyb-lab-cover.jpg'"
/> -->

<section class="container__narrow">
<h1>{{$t("Hack Johnny's lab")}}</h1>
</section>
Expand All @@ -20,9 +32,9 @@
export default {
// components: {
// MetaInfo: () => import('~/components/MetaInfo.vue')
// },
components: {
MetaInfo: () => import('~/components/MetaInfo.vue')
},
methods: {
resizeIframe() {
Expand Down
Binary file added static/ogstatic/johnnyb-lab-cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 87b2928

Please sign in to comment.