diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 06:42:31 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 06:42:31 +0000 |
commit | c43539af4243bc8f9e34ed4fe5595b354c443b8c (patch) | |
tree | 9a91b1e8ef40f7168f56615c406254ef4d42b61b /wk8/pset | |
parent | b6a07a0930db053a46dfe277266d7c2b47e72beb (diff) |
Thu, Jul 4, 2024, 11:42 PM -07:00
Diffstat (limited to 'wk8/pset')
-rw-r--r-- | wk8/pset/homepage/index.html | 1 | ||||
-rw-r--r-- | wk8/pset/homepage/todo.txt | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/wk8/pset/homepage/index.html b/wk8/pset/homepage/index.html index 2cf13ab..7e6c9d0 100644 --- a/wk8/pset/homepage/index.html +++ b/wk8/pset/homepage/index.html @@ -5,6 +5,7 @@ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script> <link href="styles.css" rel="stylesheet"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Miau - Home Page</title> </head> <body class="centered"> diff --git a/wk8/pset/homepage/todo.txt b/wk8/pset/homepage/todo.txt index 9923a16..637130d 100644 --- a/wk8/pset/homepage/todo.txt +++ b/wk8/pset/homepage/todo.txt @@ -17,7 +17,8 @@ styles.css 1 Javascript 0/1 Mobile friendly - 0/1 + 1/1 + <meta name="viewport" content="width=device-width, initial-scale=1"> Specification.txt, list: 10 html tags 5 css properties |