Change "file" in server side include to "virtual"
This commit is contained in:
parent
339208f469
commit
d8c2873ef9
@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<!--#include file="/head.html" -->
|
<!--#include virtual="/head.html" -->
|
||||||
<title>Contact - bbaovanc's Website</title>
|
<title>Contact - bbaovanc's Website</title>
|
||||||
|
|
||||||
<meta name="subject" content="Contact - bbaovanc's Website" />
|
<meta name="subject" content="Contact - bbaovanc's Website" />
|
||||||
@ -21,8 +21,8 @@
|
|||||||
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!--#include file="/header.html" -->
|
<!--#include virtual="/header.html" -->
|
||||||
<!--#include file="/navbar.html" -->
|
<!--#include virtual="/navbar.html" -->
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="main">
|
<div class="main">
|
||||||
@ -33,7 +33,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--#include file="/footer.html" -->
|
<!--#include virtual="/footer.html" -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<!--#include file="/head.html" -->
|
<!--#include virtual="/head.html" -->
|
||||||
<title>Fun - bbaovanc's Website</title>
|
<title>Fun - bbaovanc's Website</title>
|
||||||
|
|
||||||
<meta name="subject" content="Fun - bbaovanc's Website" />
|
<meta name="subject" content="Fun - bbaovanc's Website" />
|
||||||
@ -21,8 +21,8 @@
|
|||||||
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!--#include file="/header.html" -->
|
<!--#include virtual="/header.html" -->
|
||||||
<!--#include file="/navbar.html" -->
|
<!--#include virtual="/navbar.html" -->
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="main">
|
<div class="main">
|
||||||
@ -32,7 +32,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--#include file="/footer.html" -->
|
<!--#include virtual="/footer.html" -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<!--#include file="/head.html" -->
|
<!--#include virtual="/head.html" -->
|
||||||
<title>GPG Fingerprints - bbaovanc's Website</title>
|
<title>GPG Fingerprints - bbaovanc's Website</title>
|
||||||
|
|
||||||
<meta name="subject" content="GPG Fingerprints - bbaovanc's Website" />
|
<meta name="subject" content="GPG Fingerprints - bbaovanc's Website" />
|
||||||
@ -20,8 +20,8 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!--#include file="/header.html" -->
|
<!--#include virtual="/header.html" -->
|
||||||
<!--#include file="/navbar.html" -->
|
<!--#include virtual="/navbar.html" -->
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="main">
|
<div class="main">
|
||||||
@ -38,7 +38,7 @@ sub rsa4096 2020-08-31 [E]
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--#include file="/footer.html" -->
|
<!--#include virtual="/footer.html" -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<!--#include file="/head.html" -->
|
<!--#include virtual="/head.html" -->
|
||||||
<title>bbaovanc's Website</title>
|
<title>bbaovanc's Website</title>
|
||||||
|
|
||||||
<meta name="subject" content="bbaovanc's Website" />
|
<meta name="subject" content="bbaovanc's Website" />
|
||||||
@ -20,8 +20,8 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!--#include file="/header.html" -->
|
<!--#include virtual="/header.html" -->
|
||||||
<!--#include file="/navbar.html" -->
|
<!--#include virtual="/navbar.html" -->
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="main">
|
<div class="main">
|
||||||
@ -30,7 +30,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--#include file="/footer.html" -->
|
<!--#include virtual="/footer.html" -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user