Update samy.ps1
This commit is contained in:
8
samy.ps1
8
samy.ps1
@@ -1068,16 +1068,16 @@ function Get-UIHtml {
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
<title>Script Monkey</title>
|
<title>Script Monkey</title>
|
||||||
<link rel="icon" href="https://git.svstools.ca/SVS_Public_Repo/S.A.M.Y./raw/branch/main/SVS_Favicon.ico">
|
<link rel="icon" href="https://git.svstools.ca/SVS_Public_Repo/S.A.M.Y/raw/branch/main/SVS_Favicon.ico">
|
||||||
|
|
||||||
<!-- External CSS from Gitea -->
|
<!-- External CSS from Gitea -->
|
||||||
<link rel="stylesheet" href="https://git.svstools.ca/SVS_Public_Repo/S.A.M.Y./raw/branch/main/samy.css">
|
<link rel="stylesheet" href="https://git.svstools.ca/SVS_Public_Repo/S.A.M.Y/raw/branch/main/samy.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="logo-container">
|
<div class="logo-container">
|
||||||
<!-- SVS Logo (left) -->
|
<!-- SVS Logo (left) -->
|
||||||
<div class="logo-left">
|
<div class="logo-left">
|
||||||
<img src="https://git.svstools.ca/SVS_Public_Repo/S.A.M.Y./raw/branch/main/SVS_logo.svg" alt="SVS Logo">
|
<img src="https://git.svstools.ca/SVS_Public_Repo/S.A.M.Y/raw/branch/main/SVS_logo.svg" alt="SVS Logo">
|
||||||
{{moduleVersion}}
|
{{moduleVersion}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -1176,7 +1176,7 @@ function Get-UIHtml {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- External JS from Gitea -->
|
<!-- External JS from Gitea -->
|
||||||
<script src="https://git.svstools.ca/SVS_Public_Repo/S.A.M.Y./raw/branch/main/samy.js"></script>
|
<script src="https://git.svstools.ca/SVS_Public_Repo/S.A.M.Y/raw/branch/main/samy.js"></script>
|
||||||
|
|
||||||
<!-- Floating button group -->
|
<!-- Floating button group -->
|
||||||
<div class="fixed-buttons">
|
<div class="fixed-buttons">
|
||||||
|
|||||||
Reference in New Issue
Block a user