-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfail.php
31 lines (31 loc) · 924 Bytes
/
fail.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen">
</head>
<body>
<header>
<div id="logo">
<a href="https://www.sdsu.edu/">
<img src="./images/football.svg">
</a>
<a href="index.php">
<h1>Soccer Leagues</h1>
</a>
</div>
<nav id="nav">
<ul class="navigation">
<li><a href="index.php">Home</a></li>
<li><a href="#leagues">Leagues</a></li>
<li><a href="#clubs">Clubs</a></li>
<li><a href="#matches">Matches</a></li>
<li><a href="#players">Players</a></li>
<li><a href="#">Get Involved</a></li>
</ul>
</nav>
</header>
<br>
<h1>Error updating record. Please try again.</h1>
</body>
</html>