-
Notifications
You must be signed in to change notification settings - Fork 1
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
35 changed files
with
31,433 additions
and
30 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 @@ | ||
../../../frontend/build/static/assets/ |
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 @@ | ||
../../../frontend/build/static/.vite/manifest.json |
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 +1 @@ | ||
../../../frontend/build/static/ | ||
../../../frontend/build/static/static/ |
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,46 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
<link rel="icon" type="image/png" href="http://localhost:8000/static/allianceauth/icons/favicon-16x16.png" sizes="16x16"> | ||
<link rel="icon" type="image/png" href="http://localhost:8000/static/allianceauth/icons/favicon-32x32.png" sizes="32x32"> | ||
<link rel="icon" type="image/png" href="http://localhost:8000/static/allianceauth/icons/favicon-96x96.png" sizes="96x96"> | ||
<link rel="apple-touch-icon" href="http://localhost:8000/static/allianceauth/icons/apple-touch-icon.png"> | ||
<title>React Dev Auth? WTF!</title> | ||
<!-- Bootstrap CSS --> | ||
<link rel="stylesheet" href="http://localhost:8000/static/allianceauth/css/themes/darkly/darkly.min.css" /> | ||
<!-- End Bootstrap CSS --> | ||
<!-- Start FontAwesome CSS from cdnjs --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
<!-- End FontAwesome CSS from cdnjs --> | ||
<link href="http://localhost:8000/static/allianceauth/css/auth-base.css" type="text/css" rel="stylesheet"> <script type="module" crossorigin src="./assets/index-58ClCyIC.js"></script> | ||
<link rel="stylesheet" crossorigin href="./assets/index-wyzNN-cK.css"> | ||
</head> | ||
<body class="template-dark-mode"> | ||
<div id="wrapper" class="container"> | ||
<!-- Navigation --> | ||
<nav class="navbar navbar-default navbar-static-top auth-navbar-top" role="navigation"> | ||
<div class="container-fluid"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".auth-menus-collapse"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand"> | ||
<img src="/static/allianceauth/icons/favicon-32x32.png" style="display: inline-block;" height="32" width="32"/> | ||
React Dev Auth | ||
</a> | ||
</div> | ||
<div class="collapse navbar-collapse auth-menus-collapse"> | ||
</div> | ||
</nav> | ||
<div id="root"></div> | ||
|
||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"index.html": { | ||
"css": [ | ||
"assets/index-wyzNN-cK.css" | ||
], | ||
"file": "assets/index-58ClCyIC.js", | ||
"isEntry": true, | ||
"src": "index.html" | ||
} | ||
} |
Oops, something went wrong.