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