Move header to separate header.html

This commit is contained in:
BBaoVanC 2020-12-17 00:16:07 -06:00
parent a5c2fb7911
commit ffe43bc792
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
5 changed files with 7 additions and 12 deletions

View File

@ -29,9 +29,7 @@
<body>
<div class="header">
<h1>bbaovanc's Website</h1>
</div>
<!--#include file="/header.html" -->
<div class="navbar">
<a href="/">Home</a>

View File

@ -29,9 +29,7 @@
<body>
<div class="header">
<h1>bbaovanc's Website</h1>
</div>
<!--#include file="/header.html" -->
<div class="navbar">
<a href="/">Home</a>

View File

@ -22,9 +22,7 @@
</head>
<body>
<div class="header">
<h1>bbaovanc's Website</h1>
</div>
<!--#include file="/header.html" -->
<div class="navbar">
<a href="/">Home</a>
</div>

3
header.html Normal file
View File

@ -0,0 +1,3 @@
<div class="header">
<h1>bbaovanc's Website</h1>
</div>

View File

@ -26,9 +26,7 @@
</head>
<body>
<div class="header">
<h1>bbaovanc's Website</h1>
</div>
<!--#include file="/header.html" -->
<div class="navbar">
<a href="/">Home</a>