Compare commits

...

4 Commits

Author SHA1 Message Date
tteckster bd5c68dc3b
Create README.md 2024-01-25 07:11:50 -05:00
tteck 8e98d28f7a Update GitHub Pages 2024-01-25 02:08:18 -05:00
tteck 7506442bc5 Update GitHub Pages 2024-01-25 01:51:19 -05:00
tteck c3f28a3521 Update GitHub Pages 2024-01-25 01:31:56 -05:00
12 changed files with 43 additions and 14 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
<div align="center">
<img src="https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/logo.png" height="100px" />
</div>
<br>
<div align="center">
<a href="#">
<img src="https://github.com/tteck/Proxmox/actions/workflows/pages/pages-build-deployment/badge.svg?branch=gh-pages" alt="pages-build-deployment">
</a>
</div>

View File

@ -1,13 +1,13 @@
{
"files": {
"main.css": "/Proxmox/static/css/main.369a9fe3.css",
"main.js": "/Proxmox/static/js/main.d00fe93e.js",
"main.css": "/Proxmox/static/css/main.0b32a14a.css",
"main.js": "/Proxmox/static/js/main.9c3328fd.js",
"index.html": "/Proxmox/index.html",
"main.369a9fe3.css.map": "/Proxmox/static/css/main.369a9fe3.css.map",
"main.d00fe93e.js.map": "/Proxmox/static/js/main.d00fe93e.js.map"
"main.0b32a14a.css.map": "/Proxmox/static/css/main.0b32a14a.css.map",
"main.9c3328fd.js.map": "/Proxmox/static/js/main.9c3328fd.js.map"
},
"entrypoints": [
"static/css/main.369a9fe3.css",
"static/js/main.d00fe93e.js"
"static/css/main.0b32a14a.css",
"static/js/main.9c3328fd.js"
]
}

View File

@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/Proxmox/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Scripts for Streamlining Your Homelab with Proxmox VE"/><link rel="manifest" href="/Proxmox/manifest.json"/><title>Proxmox VE Helper-Scripts | Scripts for Streamlining Your Homelab with Proxmox VE</title><script defer="defer" src="/Proxmox/static/js/main.d00fe93e.js"></script><link href="/Proxmox/static/css/main.369a9fe3.css" rel="stylesheet"></head><body><header><div class="container"><a id="a-title" href="/Proxmox/"><h1>Proxmox VE Helper-Scripts</h1></a><h2>Scripts for Streamlining Your Homelab with Proxmox VE</h2><section id="downloads"><a href="https://github.com/tteck/Proxmox" class="btn btn-github"><span class="icon"></span>View on GitHub</a></section></div></header><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/Proxmox/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Scripts for Streamlining Your Homelab with Proxmox VE"/><link rel="manifest" href="/Proxmox/manifest.json"/><title>Proxmox VE Helper-Scripts | Scripts for Streamlining Your Homelab with Proxmox VE</title><script defer="defer" src="/Proxmox/static/js/main.9c3328fd.js"></script><link href="/Proxmox/static/css/main.0b32a14a.css" rel="stylesheet"></head><body><header><div class="container"><a id="a-title" href="/Proxmox/"><h1>Proxmox VE Helper-Scripts</h1></a><h2>Scripts for Streamlining Your Homelab with Proxmox VE</h2><section id="downloads"><a href="https://github.com/tteck/Proxmox" class="btn btn-github"><span class="icon"></span>View on GitHub</a></section></div></header><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,10 @@
/*!
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/
/**
* @license React
* react-dom.production.min.js
@ -8,6 +15,16 @@
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react-jsx-runtime.production.min.js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long