-
Notifications
You must be signed in to change notification settings - Fork 2
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 #103 from MRT-Map/split-airportcalc
Split airportcalc 2 into its own page
- Loading branch information
Showing
22 changed files
with
494 additions
and
425 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<title>Airportcalc 2</title> | ||
<meta | ||
name="description" | ||
content="A city and airport size calculator for the Minecart Rapid Transit server" | ||
/> | ||
<meta name="author" content="MRT Mapping Services" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<link rel="icon" type="image/png" href="./media/ac192.png" /> | ||
<link rel="manifest" href="manifest.json" /> | ||
|
||
<link rel="stylesheet" href="out-ac.css" /> | ||
<script defer src="out-ac.js"></script> | ||
</head> | ||
|
||
<body> | ||
<div id="map"></div> | ||
<div id="bar"></div> | ||
<a id="downloader" style="display: none"></a> | ||
<input | ||
type="file" | ||
name="importer" | ||
id="importer" | ||
accept=".apc,.json" | ||
style="display: none" | ||
/> | ||
</body> | ||
</html> |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.