stray semicolon

This commit is contained in:
Tristan Smith 2023-12-10 16:28:08 -05:00
parent cc37391d91
commit a07b3252d5
6 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>; <button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>
<div class="header"> <div class="header">
<h1>Willow Me Creations</h1> <h1>Willow Me Creations</h1>
</div> </div>

View file

@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>; <button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>
<div class="header"> <div class="header">
<h1>Willow Me Creations</h1> <h1>Willow Me Creations</h1>
</div> </div>

View file

@ -10,7 +10,7 @@
<body> <body>
<div class="container"> <div class="container">
<button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>; <button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>
<div class="header"> <div class="header">
<h1>Willow Me Creations</h1> <h1>Willow Me Creations</h1>
</div> </div>

View file

@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>; <button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>
<div class="header"> <div class="header">
<h1>Willow Me Creations</h1> <h1>Willow Me Creations</h1>
</div> </div>

View file

@ -10,7 +10,7 @@
<body> <body>
<div class="container"> <div class="container">
<div class="header"> <div class="header">
<button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>; <button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>
<h1>Willow Me Creations</h1> <h1>Willow Me Creations</h1>
</div> </div>
<div class="topnav"> <div class="topnav">

View file

@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>; <button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>
<div class="header"> <div class="header">
<h1>Willow Me Creations</h1> <h1>Willow Me Creations</h1>
</div> </div>