Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Okeanij committed May 25, 2020
1 parent 253b1f1 commit 1c757ee
Showing 1 changed file with 10 additions and 27 deletions.
37 changes: 10 additions & 27 deletions Config.dev.template/Init/Materials/index-page.html
Original file line number Diff line number Diff line change
@@ -1,37 +1,20 @@
<div>
<h1
class="index-page__header index-page__demo-header"
style="margin: 0 0 40px; font-size: 100px; font-weight: bold; text-align: center;"
>
<h1 class="index-page__header text-grey-6"
style="margin: 0 0 40px; font-size: 100px; font-weight: bold; text-align: center;">
Sun<wbr />Engine
</h1>
<div
class="index-page__info-block"
style="font-size:1.2em; text-align: center;"
>
<div class="index-page__info-block" style="font-size:1.2em; text-align: center;">
<p>
Пользователи:
<span class="index-page__info-block-accent" style="font-weight: bold"
>User1</span
>,
<span class="index-page__info-block-accent" style="font-weight: bold"
>User2</span
>,
<span class="index-page__info-block-accent" style="font-weight: bold"
>User3</span
>,
<span class="index-page__info-block-accent" style="font-weight: bold"
>Moderator</span
>,
<span class="index-page__info-block-accent" style="font-weight: bold"
>Admin</span
>.
<span class="index-page__info-block-accent text-grey-7" style="font-weight: bold">User1</span>,
<span class="index-page__info-block-accent text-grey-7" style="font-weight: bold">User2</span>,
<span class="index-page__info-block-accent text-grey-7" style="font-weight: bold">User3</span>,
<span class="index-page__info-block-accent text-grey-7" style="font-weight: bold">Moderator</span>,
<span class="index-page__info-block-accent text-grey-7" style="font-weight: bold">Admin</span>.
</p>
<p>
Пароль:
<span class="index-page__info-block-accent" style="font-weight: bold"
>password</span
>.
<span class="index-page__info-block-accent text-grey-7" style="font-weight: bold">password</span>.
</p>
</div>
</div>
</div>

0 comments on commit 1c757ee

Please sign in to comment.