diff options
author | Adam <adam.moloney.stuck@gmail.com> | 2022-04-23 19:15:16 +0200 |
---|---|---|
committer | Adam <adam.moloney.stuck@gmail.com> | 2022-04-23 19:15:16 +0200 |
commit | 0ed4646ee7f469352762771d5e04d931c27ce5ad (patch) | |
tree | cd09a97630ffaec95e7d4e0098c172679e0fbc0a /src/_header.html |
Populating repo
Diffstat (limited to 'src/_header.html')
-rw-r--r-- | src/_header.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/_header.html b/src/_header.html new file mode 100644 index 0000000..fe44db9 --- /dev/null +++ b/src/_header.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<meta charset="UTF-8"> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> + +<title></title> +<link rel="icon" type="image/png" href="favicon.png"> +<link rel="stylesheet" href="styles/style.css"> + +<p class="header"><a href="/">adamski.wtf</a></p>
\ No newline at end of file |