Change "file" in server side include to "virtual"
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!--#include file="/head.html" -->
|
||||
<!--#include virtual="/head.html" -->
|
||||
<title>Contact - bbaovanc's Website</title>
|
||||
|
||||
<meta name="subject" content="Contact - bbaovanc's Website" />
|
||||
@ -21,8 +21,8 @@
|
||||
|
||||
|
||||
<body>
|
||||
<!--#include file="/header.html" -->
|
||||
<!--#include file="/navbar.html" -->
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/navbar.html" -->
|
||||
|
||||
<div class="row">
|
||||
<div class="main">
|
||||
@ -33,7 +33,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--#include file="/footer.html" -->
|
||||
<!--#include virtual="/footer.html" -->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user