Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JLanderman committed Dec 10, 2023
1 parent ca86b3d commit fb5bbb7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!--CSC 193 Assignment 4 -->
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title>My test page</title>
</head>
<body>
<h1>Assignment 2: Testing your Understanding</h1>
<p>It's really scary just how low quality locks the company <strong>Masterlock</strong> makes,
despite it being such a large company with products commonplace everywhere.
I have seen so many videos on just about every single lock they make having
unforgivable, easily fixable security flaws in them that it is truly frightening
to know that so many people buy their products. Anyone with simple tools and basic
knowledge of locks can open nearly any <strong>Masterlock</strong> product without a key.
That being said, though, <strong>Masterlock</strong> can make durable locks like any other
company, so the fact that forceful entry methods to bypass locks are much more common probably
tilts things in their favor. If you want to see a few examples of what I am talking about, you
can watch a video <a href=https://www.youtube.com/watch?v=s5jzHw3lXCQ>here</a> on this topic.
</p>

<img
src="https://media.istockphoto.com/id/182188389/photo/padlock-open-and-closed.jpg?s=612x612&w=0&k=20&c=_LOOVSF2l6HuYIAFd_aHtWsKz2EDlxtaJstHM0u17Ac="
alt="Padlock icon"
/>

</body>
</html>

0 comments on commit fb5bbb7

Please sign in to comment.