Change images location

This commit is contained in:
2024-02-16 13:05:02 +05:30
parent 55bcd8f4d7
commit 626be29990
73 changed files with 92 additions and 150 deletions

View File

@ -33,7 +33,7 @@
<link href="site_libs/tocify-1.9.1/jquery.tocify.css" rel="stylesheet" />
<script src="site_libs/tocify-1.9.1/jquery.tocify.js"></script>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<link rel="shortcut icon" href="favicon.ico">
<link rel="shortcut icon" href="images\favicon.ico">
<style type="text/css">
code{white-space: pre-wrap;}
@ -310,7 +310,7 @@ div.tocify {
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><div><img src="logo.png" class="logo"> Microsoft Activation Scripts</div></a>
<a class="navbar-brand" href="index.html"><div><img src="images/logo.png" class="logo"> Microsoft Activation Scripts</div></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
@ -434,7 +434,7 @@ section.</p></li>
</div>
<div id="how-does-it-work" class="section level2">
<h2>How does it work?</h2>
<p><img src="MAS-before-ohook.png" /></p>
<p><img src="images/MAS-before-ohook.png" /></p>
<ul>
<li>As illustrated in the above 1st image, in the Official activation
process of SPP based Office, Office asks
@ -443,7 +443,7 @@ and that file asks the same thing to SPP (Software Protection Platform)
<code>C:\Windows\System32\sppsvc.exe</code> and returns the message back
to Office.</li>
</ul>
<p><img src="MAS-after-ohook.png" /></p>
<p><img src="images/MAS-after-ohook.png" /></p>
<ul>
<li><p>As illustrated in the above 2nd image, we modify this behavior by
placing a custom <code>sppc.dll</code> file in Office folder without