feat: separate header into header and subheader
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
577835d855
commit
e81c3a729d
1 changed files with 7 additions and 4 deletions
|
@ -1,9 +1,12 @@
|
|||
<template>
|
||||
<div id="main">
|
||||
<h1>Welcome to <span id="gorb">
|
||||
<span>G</span><span>O</span><span>R</span><span>B</span>
|
||||
</span>, the <span id="open-source">Open-Source</span> and <span id="federated">Federated</span>
|
||||
Chat App!</h1>
|
||||
<h1>
|
||||
Welcome to <span id="gorb">
|
||||
<span>G</span><span>O</span><span>R</span><span>B</span></span>!</h1>
|
||||
<h2>
|
||||
The <span id="open-source">Open-Source</span> and <span id="federated">Federated</span>
|
||||
Chat Platform!
|
||||
</h2>
|
||||
<NuxtLink class="link" href="/"><s>Go to web client</s></NuxtLink>
|
||||
<p id="not-exist">IT DOESN'T EXIST YET</p>
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue