diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-07-10 22:39:50 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-07-10 22:39:50 -0400 |
| commit | 0f11b4beae56b3b18238edf552491e055e1a7b13 (patch) | |
| tree | b3d75d516a29a1216734c312350062424b842849 /articles | |
| parent | f2b934fee897f93c0f1ba6974af308f6e0669d85 (diff) | |
Added Viewport and charset, changed font
Diffstat (limited to 'articles')
| -rwxr-xr-x | articles/RpiRockyLinuxServer/index.html | 3 | ||||
| -rw-r--r-- | articles/index.html | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/articles/RpiRockyLinuxServer/index.html b/articles/RpiRockyLinuxServer/index.html index 82872e4..29cdb54 100755 --- a/articles/RpiRockyLinuxServer/index.html +++ b/articles/RpiRockyLinuxServer/index.html @@ -1,5 +1,8 @@ +<!DOCTYPE html> <html> <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Raspberry Pi Rocky Linux Webserver</title> <link href="../../CSS/main.css" rel="stylesheet" type="text/css"> <link href="favicon.ico" rel="icon" sizes="any"> diff --git a/articles/index.html b/articles/index.html index 8652a27..7f97bd9 100644 --- a/articles/index.html +++ b/articles/index.html @@ -1,6 +1,10 @@ +<!DOCTYPE html> <html> <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Jacob McDonnell</title> + <meta name="description" content="This is the page where I host my articles."/> <link href="../CSS/main.css" rel="stylesheet" type="text/css"> <link href="favicon.ico" rel="icon" sizes="any"> </head> |
