Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
paisleehouse authored May 2, 2024
1 parent 0a3ea26 commit 795137b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>bear left right frog</title>
<!--CSS-->

<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>

Expand All @@ -30,7 +30,7 @@ <h1>bear left right frog</h1>
<!-- ADD ENTRY-->
<div id="blog-entry" class="blog">
<div class="container">
<input type="text" id="b-entry" for="b-entry" size="50">
<input type="text" id="b-entry" for="b-entry" size="70">
<input type="submit" id="submit" value="add entry">

</div>
Expand Down

0 comments on commit 795137b

Please sign in to comment.