site

text for beau's website
Log | Files | Refs

commit 457999635f3127a9d9cae1a2a08389c9b12f8d7c
parent 4c178c1030e3aecc0b16b4d1017b442b00141794
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date:   Sun, 28 Jun 2020 16:41:38 -0500

header add boilerplate

Diffstat:
M_header.html | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/_header.html b/_header.html @@ -1,5 +1,14 @@ +<!DOCTYPE html> +<html lang="en" dir="ltr"> +<head> +</head> +<meta charset="utf-8"> +<body id="home"> <section id="masthead"> <h1><a href="/index.html" title="beau hilton">beau hilton</a></h1> </section> <link rel="alternate" type="application/atom+xml" href="/rss.xml"> <link rel="stylesheet" href="/style.css"> + + +