changed: page title
This commit is contained in:
parent
872b9492db
commit
34df500cbc
6
ics.php
6
ics.php
|
@ -23,7 +23,11 @@
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
<header>
|
||||||
|
<title>Evénements à venir</title>
|
||||||
|
</header>
|
||||||
<body style="font-family: helvetica;">
|
<body style="font-family: helvetica;">
|
||||||
|
<div id="content"></div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function ics2json(input)
|
function ics2json(input)
|
||||||
{
|
{
|
||||||
|
@ -130,7 +134,7 @@ function showresult()
|
||||||
html += line;
|
html += line;
|
||||||
});
|
});
|
||||||
|
|
||||||
document.body.innerHTML = html;
|
content.innerHTML = html;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue