-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #322 from FiendsOfTheElements/dev
3.0
- Loading branch information
Showing
191 changed files
with
13,004 additions
and
95,648 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -246,3 +246,6 @@ _Pvt_Extensions | |
# Archives | ||
*.zip | ||
*.tar.gz | ||
|
||
# IDEA files (Rider IDE, Pycharm, etc) | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,22 @@ | ||
@page "/" | ||
|
||
<h1>Hello, world!</h1> | ||
|
||
Welcome to your new app. | ||
|
||
<SurveyPrompt Title="How is Blazor working for you?" /> | ||
<div id="welcome" class="content px-4"> | ||
<h1>Final Fantasy Randomizer<br />Version @FF1Lib.FF1Rom.Version</h1> | ||
<p>We've found the TAIL and we're promoting the Website!</p> | ||
<div class="col-md-6 main-menu"> | ||
<div class="is-dark nes-container"> | ||
<a href="/Randomize" class="row main-menu-row"> | ||
<div class="col-3"><i class="nes-logo"></i></div> | ||
<div class="col-9">Begin a New Game!</div> | ||
</a> | ||
<a href="https://discord.gg/95gbpFd" class="row main-menu-row"> | ||
<div class="col-3"><i class="nes-icon"><span class="discord-logo" /></i></div> | ||
<div class="col-9">Final Fantasy 1 Randomizer Discord</div> | ||
</a> | ||
<a href="https://discord.gg/s7CRejk" class="row main-menu-row"> | ||
<div class="col-3"><i class="nes-icon"><span class="discord-logo" /></i></div> | ||
<div class="col-9">FFR Developer's Discord</div> | ||
</a> | ||
</div> | ||
</div> | ||
</div> |
Oops, something went wrong.