-
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
16 changed files
with
422 additions
and
95 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
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,2 @@ | ||
I plan on expanding this injector for alot of stuff for this game or other games. | ||
Also the windows GUI is nice and modern looking so it will be better to look at GUI wise. |
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,13 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" oncontextmenu="return false" onkeydown="return false;"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Windows GUI</title> | ||
</head> | ||
<body> | ||
<script> | ||
window.location = "./src/pages/page1.html"; | ||
</script> | ||
</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,54 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" oncontextmenu="return false" onkeydown="return false;"> | ||
<head> | ||
<title>Windows UI</title> | ||
<meta charset="UTF-8" /> | ||
<meta name="theme-color" content="#EEE" /> | ||
<meta name="mobile-web-app-capable" content="yes" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="manifest" href="../../manifest.json" /> | ||
<link rel="shortcut icon" href="../public/favicon.ico" /> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/config/app-config.css" rel="stylesheet" crossorigin="anonymous"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/windows-ui.min.css" rel="stylesheet" crossorigin="anonymous"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/icons/winui-icons.min.css" rel="stylesheet" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
<div class="app-navbar-wrap" id="NavBarMain"> | ||
<div class="app-navbar-topbar-mobile"> | ||
<span class="app-navbar-toggler" data-win-toggle="navbar-left" data-win-target="#NavBarMain"></span> | ||
<div><span class="app-navbar-name">Windows UI</span></div> | ||
</div> | ||
<nav class="app-navbar"> | ||
<div class="app-navbar-header"> | ||
<span class="app-navbar-toggler" data-win-toggle="navbar-left" data-win-target="#NavBarMain" aria-controls="NavBarMain" aria-label="Toggle navigation"></span> | ||
<span class="app-navbar-name">Windows UI</span> | ||
</div> | ||
<ul class="app-navbar-list" id="app-navbar-list"> | ||
<label class="app-navbar-theme-switch"> | ||
<input id="app-navbar-theme-switch" type="checkbox" checked> | ||
<div class="app-navbar-theme-switch-icon"></div> | ||
<span id="app-navbar-theme-switch-text">Day Mode</span> | ||
</label> | ||
<li class="app-navbar-list-item"> | ||
<a href="#" class="active"> | ||
<img src="../public/mountain.jpg"> | ||
<span>Page1</span> | ||
</a> | ||
</li> | ||
<li class="app-navbar-list-item"> | ||
<a href="./page2.html" class="unactive"> | ||
<i class="icons10-puzzle"></i> | ||
<span>Page2</span> | ||
</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</div> | ||
<div class="app-page-container has-padding"> | ||
<h1>Page1</h1> | ||
<p>Uhhh lorem ipsum LOL</p> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/windows-ui.min.js" crossorigin="anonymous"></script> | ||
</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,54 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" oncontextmenu="return false" onkeydown="return false;"> | ||
<head> | ||
<title>Windows UI</title> | ||
<meta charset="UTF-8" /> | ||
<meta name="theme-color" content="#EEE" /> | ||
<meta name="mobile-web-app-capable" content="yes" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="manifest" href="../../manifest.json" /> | ||
<link rel="shortcut icon" href="../public/favicon.ico" /> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/config/app-config.css" rel="stylesheet" crossorigin="anonymous"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/windows-ui.min.css" rel="stylesheet" crossorigin="anonymous"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/icons/winui-icons.min.css" rel="stylesheet" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
<div class="app-navbar-wrap" id="NavBarMain"> | ||
<div class="app-navbar-topbar-mobile"> | ||
<span class="app-navbar-toggler" data-win-toggle="navbar-left" data-win-target="#NavBarMain"></span> | ||
<div><span class="app-navbar-name">Windows UI</span></div> | ||
</div> | ||
<nav class="app-navbar"> | ||
<div class="app-navbar-header"> | ||
<span class="app-navbar-toggler" data-win-toggle="navbar-left" data-win-target="#NavBarMain" aria-controls="NavBarMain" aria-label="Toggle navigation"></span> | ||
<span class="app-navbar-name">Windows UI</span> | ||
</div> | ||
<ul class="app-navbar-list" id="app-navbar-list"> | ||
<label class="app-navbar-theme-switch"> | ||
<input id="app-navbar-theme-switch" type="checkbox" checked> | ||
<div class="app-navbar-theme-switch-icon"></div> | ||
<span id="app-navbar-theme-switch-text">Day Mode</span> | ||
</label> | ||
<li class="app-navbar-list-item"> | ||
<a href="./page1.html" class="unactive"> | ||
<img src="../public/mountain.jpg"> | ||
<span>Page1</span> | ||
</a> | ||
</li> | ||
<li class="app-navbar-list-item"> | ||
<a href="#" class="active"> | ||
<i class="icons10-puzzle"></i> | ||
<span>Page2</span> | ||
</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</div> | ||
<div class="app-page-container has-padding"> | ||
<h1>Page2</h1> | ||
<p>Uhhh lorem ipsum LOL</p> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/windows-ui.min.js" crossorigin="anonymous"></script> | ||
</body> | ||
</html> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Oops, something went wrong.