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>
|
</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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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">
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue