Browse Source

Merge remote-tracking branch 'origin/master'

master
n0m1s 10 years ago
parent
commit
149f32723c
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      event.php

+ 5
- 0
event.php View File

@ -17,6 +17,11 @@
?> ?>
<head> <head>
<title>KiWi calendar : <?php echo $event["titre"]; ?></title> <title>KiWi calendar : <?php echo $event["titre"]; ?></title>
<meta charset="utf-8" />
<link rel="stylesheet" href="./main.css" />
<link rel="stylesheet" href="./event.css" />
<link rel="icon" type="image/png" href="favicon.png" />
<!--[if IE]><link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /><![endif]-->
</head> </head>
<body> <body>
<header id="title"> <header id="title">


Loading…
Cancel
Save