mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 11:17:37 +02:00
Added page titles
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user