Deprecated-Unsupported/HTA Projects/MAXIMUS-Installer/Src/SRC-MAXIMUSInstallerv1.10/resources/bin/chocoAbout.hta

58 lines
1.3 KiB
HTML

<!doctype html>
<head>
<title>About: Chocolatey</title>
<link rel="stylesheet" type="text/css" href="./resources/other/css.css">
<HTA:APPLICATION
ID="About: Chocolatey"
VERSION="1.0"
APPLICATIONNAME="About: Chocolatey"
icon = "../other/chocolateyicon.ico"
SCROLL="yes"
WINDOWSTATE="normal"
border = "thin"
caption = "yes"
maximizeButton = "no"
minimizeButton = "yes"
showInTaskbar = "yes"
version = "1.0"
/>
<link rel="stylesheet" type="text/css" href="../other/css.css">
<script language="vbscript">
Window.ReSizeTo 800, 700
</script>
</head>
<body>
<div class="divStyleAbout">
<p>
<font size="4">
Chocolatey NuGet
</font>
</p>
<img src="../other/chocolateyicon.ico" style="width:8em;height:6em;"></img>
<p>
<font size="3">
Developer: Rob Reynolds
</font>
</p>
<p>
<font size="3">
Github Link: <a href="https://github.com/chocolatey/choco/">Chocolatey NuGet</a>
</font>
</p>
<p>
<font size="3">
Chocolatey NuGet is a Machine Package Manager,<br>
somewhat like apt-get, but built with Windows in mind.
</font>
</p>
<p>
<font size="3">
Copyleft: Apache License 2.0
<a href=""></a>
</font>
</p>
<iframe application="yes" src="../other/apacheLicenseChocolatey.html" style="width:100%;height:18em;"></iframe>
</div>
</body>
</html>