summaryrefslogtreecommitdiff
path: root/wk8/pset/homepage/index.html
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-05 06:29:48 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-05 06:29:48 +0000
commit3ab640f193f08cb650064298c006c59bbfbb5928 (patch)
tree0c16c57301ccc25b28fd3cd3e15cafdf9e848ab3 /wk8/pset/homepage/index.html
parente626a34133ce4335765765d9e839373199a353cf (diff)
Thu, Jul 4, 2024, 11:29 PM -07:00
Diffstat (limited to 'wk8/pset/homepage/index.html')
-rw-r--r--wk8/pset/homepage/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/wk8/pset/homepage/index.html b/wk8/pset/homepage/index.html
new file mode 100644
index 0000000..c8daada
--- /dev/null
+++ b/wk8/pset/homepage/index.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+
+<html lang="en">
+ <head>
+ <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">
+ <title>My Webpage</title>
+ </head>
+ <body>
+ hello, homepage
+ </body>
+</html>