updatesss
This commit is contained in:
parent
36e3546a86
commit
d3e78c3635
@ -278,7 +278,6 @@ DocumentRoot "/usr/local/apache2/htdocs"
|
|||||||
#
|
#
|
||||||
Options Indexes FollowSymLinks
|
Options Indexes FollowSymLinks
|
||||||
|
|
||||||
DirectoryIndex /public/index.html
|
|
||||||
#
|
#
|
||||||
# AllowOverride controls what directives may be placed in .htaccess files.
|
# AllowOverride controls what directives may be placed in .htaccess files.
|
||||||
# It can be "All", "None", or any combination of the keywords:
|
# It can be "All", "None", or any combination of the keywords:
|
||||||
@ -297,7 +296,7 @@ DocumentRoot "/usr/local/apache2/htdocs"
|
|||||||
# is requested.
|
# is requested.
|
||||||
#
|
#
|
||||||
<IfModule dir_module>
|
<IfModule dir_module>
|
||||||
DirectoryIndex /public/index.html
|
DirectoryIndex index.html
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
</HEAD>
|
</HEAD>
|
||||||
<BODY>
|
<BODY>
|
||||||
<HEADER>
|
<HEADER>
|
||||||
<img src="../assets/mpe-logo.png" class="logo">
|
<img src="assets/mpe-logo.png" class="logo">
|
||||||
</HEADER>
|
</HEADER>
|
||||||
<DIV class="textured-background">
|
<DIV class="textured-background">
|
||||||
<DIV style="padding: 40px; display: flex; width: 70%;">
|
<DIV style="padding: 40px; display: flex; width: 70%;">
|
||||||
@ -179,7 +179,7 @@
|
|||||||
</DIV>
|
</DIV>
|
||||||
<FOOTER>
|
<FOOTER>
|
||||||
<div style="display: flex; flex-direction: row;">
|
<div style="display: flex; flex-direction: row;">
|
||||||
<img src="../assets/mpe-logo-standard.png" class="footer-logo">
|
<img src="assets/mpe-logo-standard.png" class="footer-logo">
|
||||||
<p>© Copyright 2023 MPE Engineering Ltd. All rights reserved.</p>
|
<p>© Copyright 2023 MPE Engineering Ltd. All rights reserved.</p>
|
||||||
</div>
|
</div>
|
||||||
</FOOTER>
|
</FOOTER>
|
Loading…
Reference in New Issue
Block a user