stray semicolon
This commit is contained in:
parent
cc37391d91
commit
a07b3252d5
6 changed files with 6 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<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">
|
||||
<h1>Willow Me Creations</h1>
|
||||
</div>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<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">
|
||||
<h1>Willow Me Creations</h1>
|
||||
</div>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<body>
|
||||
<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">
|
||||
<h1>Willow Me Creations</h1>
|
||||
</div>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<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">
|
||||
<h1>Willow Me Creations</h1>
|
||||
</div>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
<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>
|
||||
</div>
|
||||
<div class="topnav">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<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">
|
||||
<h1>Willow Me Creations</h1>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue