Initial commit...
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
<!doctype html>
|
||||
<head>
|
||||
<title>About: MAXIMUS Installer</title>
|
||||
<link rel="stylesheet" type="text/css" href="./resources/other/css.css">
|
||||
<HTA:APPLICATION
|
||||
ID="About: MAXIMUS Installer"
|
||||
VERSION="1.0"
|
||||
APPLICATIONNAME="About: MAXIMUS Installer"
|
||||
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>
|
||||
<div class="divStyleAbout">
|
||||
<p>
|
||||
<font size="4">
|
||||
MAXIMUS Installer
|
||||
</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/MAXIMUS-Installer/">MAXIMUS Installer</a>
|
||||
</font>
|
||||
</p>
|
||||
<p>
|
||||
<font size="3">
|
||||
MAXIMUS Installer is a GUI frontend for Chocolatey NuGet.<br>
|
||||
Chocolatey is a Package Manager, 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/apacheLicenseMAXIMUS.html" style="width:100%;height:18em;"></iframe>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user