mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "9a2fd6ecadb98ee10717f79e61c130a11d428cb7" and "54afc56acfb428c7530268cd2c820596b68ed634" have entirely different histories.
9a2fd6ecad
...
54afc56acf
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"files": {
|
||||
"main.css": "/Proxmox/static/css/main.369a9fe3.css",
|
||||
"main.js": "/Proxmox/static/js/main.3caeb3dd.js",
|
||||
"main.js": "/Proxmox/static/js/main.9f2bdef3.js",
|
||||
"index.html": "/Proxmox/index.html",
|
||||
"main.369a9fe3.css.map": "/Proxmox/static/css/main.369a9fe3.css.map",
|
||||
"main.3caeb3dd.js.map": "/Proxmox/static/js/main.3caeb3dd.js.map"
|
||||
"main.9f2bdef3.js.map": "/Proxmox/static/js/main.9f2bdef3.js.map"
|
||||
},
|
||||
"entrypoints": [
|
||||
"static/css/main.369a9fe3.css",
|
||||
"static/js/main.3caeb3dd.js"
|
||||
"static/js/main.9f2bdef3.js"
|
||||
]
|
||||
}
|
12
index.html
12
index.html
|
@ -1 +1,11 @@
|
|||
<!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"/><script defer="defer" src="https://analytics.pvehs.com/script.js" data-website-id="c43f9685-6302-4359-a049-2936ccc6b7ca"></script><link rel="manifest" href="/Proxmox/manifest.json"/><title>Proxmox VE Helper-Scripts</title><style>.typewriter span{display:inline-block;white-space:nowrap;overflow:hidden;border-right:.15em solid #000;animation:blink-caret .75s step-end infinite}@keyframes blink-caret{from,to{border-color:transparent}50%{border-color:#000}}</style><script defer="defer" src="/Proxmox/static/js/main.3caeb3dd.js"></script><link href="/Proxmox/static/css/main.369a9fe3.css" rel="stylesheet"></head><body><header><div class="container"><a id="a-title" href="https://helper-scripts.com"><h1>Proxmox VE Helper-Scripts</h1></a><h2 align="left">Scripts for <span id="typewriter" class="typewriter"></span> 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><script>document.addEventListener("DOMContentLoaded",(t=>{const e=["Streamlining","Optimizing","Automating","Simplifying"];let n=0,i=0;const o=document.getElementById("typewriter");let s=!0;!function t(){const m=e[n];s?i<m.length?(o.innerHTML=m.substring(0,i+1),i++,setTimeout(t,100)):(s=!1,setTimeout(t,2e3)):i>0?(o.innerHTML=m.substring(0,i-1),i--,setTimeout(t,100)):(s=!0,n=(n+1)%e.length,setTimeout(t,300))}()}))</script></body></html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=https://helper-scripts.com">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>If you are not redirected automatically, follow this <a href="https://helper-scripts.com">link</a>.</p>
|
||||
</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
Loading…
Reference in New Issue