mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
eb1466a376
commit
7ab0e601fd
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ if (status === 301) {
|
|||
<p class="instructions">
|
||||
To get started, open the directory <code>src/pages</code> in your project.<br />
|
||||
<strong>Code Challenge:</strong> Tweak the "Welcome to Astro" message above.
|
||||
<strong>Login with:</strong> Username: <code>astro</code> Password: <code>astro</code>
|
||||
<strong>Login with:</strong> Username: <code>astro</code> Password: <code>astro</code>
|
||||
</p>
|
||||
{redirectMessage}
|
||||
<form action="/api/login" method="POST">
|
||||
|
|
Loading…
Reference in a new issue