diff options
author | Dylan Bolger <dylan.bolger00@gmail.com> | 2023-11-10 17:43:01 -0600 |
---|---|---|
committer | Dylan Bolger <dylan.bolger00@gmail.com> | 2023-11-10 17:43:01 -0600 |
commit | 4b1d6564ad8b362ab88879f4179a4741db6885a4 (patch) | |
tree | 1eee8f6bb7c8a8c2d552f040f8cd7b52f599564b /index.html | |
parent | 3e0d72fdeff3cb14320b769eee9dcc1a01141e30 (diff) | |
download | personal-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.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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">
|