17 lines
320 B
HTML
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> |