mirror of
https://github.com/ZSCNetSupportDept/website.git
synced 2025-10-29 09:25:04 +08:00
Rename testpages.js to _testpages.js
This commit is contained in:
14
src/pages/_testpages.js
Normal file
14
src/pages/_testpages.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import React from 'react';
|
||||
import Layout from '@theme/Layout';
|
||||
|
||||
export default function main() {
|
||||
console.log("Hello World!"+navigator.UserAgent);
|
||||
return (
|
||||
<Layout>
|
||||
<h1>My React page</h1>
|
||||
<p>This is a React page</p>
|
||||
<p></p>
|
||||
</Layout>
|
||||
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user