Initial commit...
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
<!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>
|
||||
<center>
|
||||
<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>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,59 @@
|
||||
<!doctype html>
|
||||
<head>
|
||||
<title>About: Sentinel Command</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../resources/other/css.css">
|
||||
<HTA:APPLICATION
|
||||
ID="About: Sentinel Command"
|
||||
VERSION="1.0"
|
||||
APPLICATIONNAME="About: Sentinel Command"
|
||||
icon = "../../other/favicon.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>
|
||||
<center>
|
||||
<div class="divStyleAbout">
|
||||
<p>
|
||||
<font size="4">
|
||||
Sentinel Command
|
||||
</font>
|
||||
</p>
|
||||
<img src="../../other/favicon.ico" style="width:8em;height:6em;"></img>
|
||||
<p>
|
||||
<font size="3">
|
||||
Developer: Maxim Stewart
|
||||
</font>
|
||||
</p>
|
||||
<p>
|
||||
<font size="3">
|
||||
Github Link: <a href="https://github.com/RaveYoda/Sentinel-Command">Sentinel Command</a>
|
||||
</font>
|
||||
</p>
|
||||
<p>
|
||||
<font size="3">
|
||||
Sentinel Command is a GUI front end for sys admins.
|
||||
It symplafies cleaning and hardening a Windows pc.
|
||||
</font>
|
||||
</p>
|
||||
<p>
|
||||
<font size="3">
|
||||
Copyleft: Apache License 2.0
|
||||
<a href=""></a>
|
||||
</font>
|
||||
</p>
|
||||
<iframe application="yes" src="../../other/apacheLicenseSC.html" style="width:100%;height:18em;"></iframe>
|
||||
</div>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user