aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDylan Bolger <dylan.bolger00@gmail.com>2023-11-10 17:43:01 -0600
committerDylan Bolger <dylan.bolger00@gmail.com>2023-11-10 17:43:01 -0600
commit4b1d6564ad8b362ab88879f4179a4741db6885a4 (patch)
tree1eee8f6bb7c8a8c2d552f040f8cd7b52f599564b /index.html
parent3e0d72fdeff3cb14320b769eee9dcc1a01141e30 (diff)
downloadpersonal-website-4b1d6564ad8b362ab88879f4179a4741db6885a4.tar.xz
personal-website-4b1d6564ad8b362ab88879f4179a4741db6885a4.zip
work on index.html design, introduce water.css
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index 3f2660c..bbbade9 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,7 @@
<title>FivePixels</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="assets/css/main.css" />
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon-16x16.png" />
@@ -14,6 +15,7 @@
<meta name="og:url" content="https://fivepixels.me/" />
<meta name="og:description" content="Home" />
<meta name="theme-color" content="#55ACEE" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body id="home">