Skip to content

Commit

Permalink
Update papasrizzaria.html
Browse files Browse the repository at this point in the history
  • Loading branch information
0288007 authored Aug 10, 2024
1 parent a0e4c06 commit bcffa4a
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions html/papasrizzaria.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@
<link href="https://fonts.googleapis.com/css2?family=Amaranth&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<body>
<header>
<img class="logo" src="img/logo2.png" alt="logo">
<h1>Welcome to the Flash Games Archive.</h1>
<nav>
<ul class="nav__links">
<button style="margin-right: 20px;" onclick="window.location.href='index.html'";">Home</button>

<button onclick="window.location.href='info.html'";>Information</button>
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="info.html">Info</a></li>
<li><a href="http://github.com/0288007">Github</a></li>
<li><a href="mailto:youremail@example.com">E-mail</a></li>
</ul>

</nav>
<header>
<h1>"Playing games at school is strictly prohibited, the Chromebooks are to only be used for schoolwork."</h1>
</header>
<head>
<title>Papa's Pizzaria</title>
Expand Down

0 comments on commit bcffa4a

Please sign in to comment.