14 lines
303 B
HTML
14 lines
303 B
HTML
|
|
<!doctype html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8" />
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
|
<title>Pegasus</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<main>
|
||
|
|
<h1>Pegasus frontend assets are not bundled in this build.</h1>
|
||
|
|
</main>
|
||
|
|
</body>
|
||
|
|
</html>
|