Skip to content
Snippets Groups Projects
Commit e6e4b54c authored by Sondre Sommerset Nordvik's avatar Sondre Sommerset Nordvik
Browse files

made index buttons clickable

parent c05f618f
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@
<img id="mobile-pizza" src="img/mobile-pizza.png" alt="image of pizza for mobile devices">
<div class="container-buttons">
<button class="container-button1">Meny</button>
<button class="container-button2">Add To Cart</button>
<button onclick="location.href='meny.html'" class="container-button1">Meny</button>
<button onclick="location.href='handlekurv.html'" class="container-button2">Handlekurv</button>
</div>
</section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment