-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
DreamySkrell
committed
Feb 27, 2024
1 parent
2890e64
commit 4f17175
Showing
3 changed files
with
30 additions
and
14 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>AURORA-DMM-TOOLS</title> | ||
<title>DREAMY-DMM-TOOLS</title> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css" | ||
|
@@ -15,11 +15,32 @@ | |
> | ||
<section class="section"> | ||
<div class="container"> | ||
<h1 class="title">Hello World</h1> | ||
<p class="subtitle">My first website with <strong>Bulma</strong>!</p> | ||
<h1 class="title">Dreamy's DMM Auto-Tools</h1> | ||
<p class="subtitle"> | ||
This is a "static site", it works only within your browser, and you | ||
don't download any .exe files. This page cannot access anything that | ||
you don't give it access to. Browsers generally are safe, or at least | ||
a million times safer than downloading random .exe files from the | ||
internet. | ||
<a | ||
href="https://github.com/DreamySkrell/dmm_parser_rs_stuff/tree/main" | ||
>Full code is here.</a | ||
> | ||
</p> | ||
<div class="columns"> | ||
<div class="column">First column</div> | ||
<div class="column"> | ||
<h1>Options</h1> | ||
</div> | ||
<div class="column"> | ||
<h1>Usage</h1> | ||
<ol> | ||
<li>make a commit so you don't lose any work if this fails</li> | ||
<li>select options, see instructions</li> | ||
<li>prepare the map like instructed in the selected options</li> | ||
<li>click the button below to select a dmm file to process</li> | ||
<li>wait a few seconds</li> | ||
<li>save the resulting dmm file</li> | ||
</ol> | ||
<div class="file has-name is-boxed"> | ||
<label class="file-label" id="uploadButton"> | ||
<span class="file-cta"> | ||
|
@@ -33,7 +54,7 @@ <h1 class="title">Hello World</h1> | |
</div> | ||
</div> | ||
<div class="column"> | ||
<h2>Code Element</h2> | ||
<h1>Logs</h1> | ||
<pre id="logs"></pre> | ||
</div> | ||
</div> | ||
|