mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added page titles
This commit is contained in:
parent
587c304317
commit
37060e9e69
11 changed files with 142 additions and 94 deletions
|
@ -1,4 +1,5 @@
|
|||
import Sleep from '../components/sleep'
|
||||
import Head from 'next/head'
|
||||
|
||||
export default function Manual(props) {
|
||||
return <div>{renderMaual()}</div>
|
||||
|
@ -7,6 +8,9 @@ export default function Manual(props) {
|
|||
function renderMaual() {
|
||||
return (
|
||||
<div>
|
||||
<Head>
|
||||
<title>Qmining - Manual</title>
|
||||
</Head>
|
||||
<center>
|
||||
<h1>Manual</h1>
|
||||
</center>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue