12 lines
132 B
Text
12 lines
132 B
Text
---
|
|
export const prerender = true
|
|
---
|
|
|
|
<html>
|
|
<head>
|
|
<title>testing</title>
|
|
</head>
|
|
<body>
|
|
<h1>testing</h1>
|
|
</body>
|
|
</html>
|