blob: 1ef12178c9fe1e158fa92481bf548ef356ef2a9c [file] [log] [blame]
Andreub78c8792019-09-22 14:51:13 +02001<?php
2 // Forget cookies
3 setcookie('user', '', -1, "/");
4 setcookie('password', '', -1, "/");
Andreu4ed74962019-09-22 00:06:15 +02005?>
Andreua0fc8272019-09-23 00:35:25 +02006
7<html>
8 <head>
9 <meta charset="UTF-8">
Andreu0d0f9fd2019-09-23 03:56:08 +020010 <title>PastanagAPP - Mort/a</title>
Andreua0fc8272019-09-23 00:35:25 +020011
12 <meta name="viewport" content="width=device-width, initial-scale=1">
13
14 <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans" />
15 <link rel="stylesheet" href="./css/basic.css" />
16
17 <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
18 <script src="https://rawgit.com/notifyjs/notifyjs/master/dist/notify.js"></script>
19
20 <script src="./js/utils.js"></script>
21 </head>
22 <body>
23 <div id="outter-container">
24 <div id="inner-container">
Andreu0d0f9fd2019-09-23 03:56:08 +020025 <h1>Estàs mort/a!</h1>
Andreua0fc8272019-09-23 00:35:25 +020026 <p>Torna a la pàgina principal.</p>
27 <a href="./index.php">Go back</a>
Andreu20af6c22019-09-24 18:33:50 +020028 <a href="./ranking.php">Anar al rànquing</a>
Andreua0fc8272019-09-23 00:35:25 +020029 </div>
30 </div>
31 </body>
32</html>
33