-
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
Showing
44 changed files
with
8,030 additions
and
21,242 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Autobahn Solo Helper</title> | ||
<meta name="description" content="Autobahn Solo Helper"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0"> | ||
<meta name="theme-color" content="#333"> | ||
<meta charset="utf-8"> | ||
<link rel="icon" sizes="any" href="/favicon.ico"> | ||
<link rel="icon" type="image/svg+xml" href="/img/icons/favicon.svg"> | ||
<link rel="apple-touch-icon" href="/img/icons/apple-touch-icon-180x180.png" sizes="180x180"> | ||
<link rel="mask-icon" href="/img/icons/maskable-icon-512x512.png" color="#fff"> | ||
</head> | ||
<body> | ||
<noscript> | ||
<strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> | ||
</noscript> | ||
<div id="app"></div> | ||
<script type="module" src="/src/main.ts"></script> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.