11 lines
126 B
Text
11 lines
126 B
Text
---
|
|
export const prerender = true;
|
|
---
|
|
<html>
|
|
<head>
|
|
<title>Testing</title>
|
|
</head>
|
|
<body>
|
|
<h1>Testing</h1>
|
|
</body>
|
|
</html>
|