Files
claw-code/website/static/pure-html.html
2023-06-27 23:22:15 +08:00

17 lines
320 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Purely HTML page | GPT Runner</title>
<meta charset="utf-8" />
<meta name="robots" content="noindex, nofollow" />
</head>
<body>
<h1>Not part of the GPT Runner app</h1>
<div>
This page is purely HTML, placed in the <code>static</code> folder
</div>
</body>
</html>