-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (68 loc) · 2.21 KB
/
Copy pathindex.html
File metadata and controls
71 lines (68 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<style data-next-hide-fouc="true">
body {
display: none
}
</style><noscript data-next-hide-fouc="true">
<style>
body {
display: block
}
</style>
</noscript>
<meta charSet="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="next-head-count" content="2" />
<link rel="preload" href="/_next/static/chunks/main.js?ts=1608374051844" as="script" />
<link rel="preload" href="/_next/static/chunks/webpack.js?ts=1608374051844" as="script" />
<link rel="preload" href="/_next/static/chunks/pages/_app.js?ts=1608374051844" as="script" />
<link rel="preload" href="/_next/static/chunks/pages/post-page.js?ts=1608374051844" as="script" /><noscript
id="__next_css__DO_NOT_USE__"></noscript>
</head>
<body>
<div id="__next">
<div>
<h1>this is post page</h1>
<div>
<h3>post1 -----</h3>
<h3>post2 --- welcome to use concent</h3>
</div>
<h1>2</h1><button>to home page</button>
</div>
</div>
<script src="/_next/static/chunks/react-refresh.js?ts=1608374051844"></script>
<script id="__NEXT_DATA__" type="application/json">
{
"props": {
"pageProps": {
"module": "test",
"state": {
"posts": [{
"id": 1,
"name": "post1 -----"
}, {
"id": 2,
"name": "post2 --- welcome to use concent"
}]
}
},
"__N_SSP": true
},
"page": "/post-page",
"query": {},
"buildId": "development",
"isFallback": false,
"gssp": true
}
</script>
<script nomodule="" src="/_next/static/chunks/polyfills.js?ts=1608374051844"></script>
<script src="/_next/static/chunks/main.js?ts=1608374051844"></script>
<script src="/_next/static/chunks/webpack.js?ts=1608374051844"></script>
<script src="/_next/static/chunks/pages/_app.js?ts=1608374051844"></script>
<script src="/_next/static/chunks/pages/post-page.js?ts=1608374051844"></script>
<script src="/_next/static/development/_buildManifest.js?ts=1608374051844"></script>
<script src="/_next/static/development/_ssgManifest.js?ts=1608374051844"></script>
</body>
</html>