diff options
author | pdp8 <pdp8@pdp8.info> | 2022-08-21 18:14:59 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2022-08-21 18:14:59 +0200 |
commit | 28792e4d504d59b5aeab70d66ea6be51c9c683b1 (patch) | |
tree | d42ce53d97b092b7671dda95e19465133c7c9f92 /snippets/head.html | |
parent | ec4c08d91081de6d9c7404742c70a94cea250dce (diff) |
snippets dir
Diffstat (limited to 'snippets/head.html')
-rw-r--r-- | snippets/head.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/snippets/head.html b/snippets/head.html new file mode 100644 index 0000000..89119aa --- /dev/null +++ b/snippets/head.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html lang="en"> + + <head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0"> + <title>pdp8</title> + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous"> + <link rel="stylesheet" type="text/css" href="/style.css"> + </head> + + <body> |