diff options
| author | tslil clingman <> | 2021-04-20 14:28:32 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2021-04-20 14:28:32 -0400 |
| commit | 0566a48a340793a57d8af5ba6996a973908e0eae (patch) | |
| tree | 62be50905feeaa1b336335bf03d28fee5841a5c6 /html_header.html | |
| parent | b52b33d976ac3673605c8cafb56d47c667865d5b (diff) | |
Repaired some links, added HTML templates for static site generation
Diffstat (limited to 'html_header.html')
| -rw-r--r-- | html_header.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/html_header.html b/html_header.html new file mode 100644 index 0000000..630498f --- /dev/null +++ b/html_header.html @@ -0,0 +1,13 @@ +<!-- Time-stamp: 2018-12-17 18:38:25 (tslil) --> + +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> + +<head> + <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <title>l-3.space</title> +</head> + +<body> |
