1
0
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:
govolokatliai
2024-08-17 01:28:49 +08:00
committed by GitHub
parent 13aeb772ed
commit a4b4229ecf

14
src/pages/_testpages.js Normal file
View 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>
);
}