diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:11:20 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:11:20 +0100 |
commit | b23c816a0df39adf6716b995e83c3dd019edae7d (patch) | |
tree | 7f91cd45df0593e09da08a7a07de27b960b432bf /index.html | |
parent | 45884d1574c78119c0179e62cd949bea146e660b (diff) | |
download | website-b23c816a0df39adf6716b995e83c3dd019edae7d.tar.gz |
Fancy stuffs
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 18adff3..694b05c 100644 --- a/index.html +++ b/index.html @@ -3,10 +3,10 @@ <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> - <title>mounderfod</title> <meta name="description" content="" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="assets/index.css" /> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script> <script src="timedate.js"></script> </head> |