mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Based of the patreon supporter button. Add a key "discordLink" to the config.json file and set it to your Discord invite link.
35 lines
945 B
Plaintext
35 lines
945 B
Plaintext
div(*ngIf="!playing")
|
|
.text-center.heading
|
|
img.pixelart.home-logo(revSrc="images/logo-large.png" alt="pixel.horse")
|
|
|
|
.mx-auto.home-content
|
|
page-loader
|
|
|
|
div(*ngIf="!loading")
|
|
h1.sr-only(focusTitle) Home
|
|
|
|
.form-group(*ngIf="authError")
|
|
.alert.alert-danger(role="alert")
|
|
| {{authError}}
|
|
.alert.alert-warning(role="alert" *ngIf="accountAlert")
|
|
| {{accountAlert}}
|
|
|
|
.form-group(*ngIf="!account")
|
|
sign-in-box((signIn)="signIn($event)")
|
|
|
|
div(*ngIf="!!account")
|
|
.form-group
|
|
support-button
|
|
.form-group
|
|
discord-button
|
|
.form-group(*ngIf="canInstall")
|
|
install-button
|
|
.form-group
|
|
character-select([(error)]="error" [editButton]="true" (preview)="previewPony = $event")
|
|
.form-group
|
|
character-preview([pony]="previewInfo" [state]="state" [passive]="true" [name]="previewName" [tag]="previewTag")
|
|
.form-group.text-center
|
|
play-box([(error)]="error")
|
|
|
|
play-notice
|