15 lines
355 B
PHTML
15 lines
355 B
PHTML
|
<?= $this->doctype() ?>
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<?= $this->headMeta() ?>
|
||
|
<?= $this->headTitle() ?>
|
||
|
<?= $this->headStyle() ?>
|
||
|
<?= $this->headLink() ?>
|
||
|
<?= $this->headScript() ?>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>WebService Scores & Décisions</h1>
|
||
|
<p>Identifiez-vous pour accèder aux ressources</p>
|
||
|
<?= $this->form ?>
|
||
|
</body>
|
||
|
</html>
|