Webbserverprogrammering 1

Show sourcecode

The following files exists in this folder. Click to view.

webbsrvprg/exercises/inkludera/

hejsvejs.php
inkludera.php
inkludera1.php
inkludera2a.php
inkludera2b.php
inkludera2c.php
slut.php
start.php

inkludera2b.php

15 lines UTF-8 Windows (CRLF)
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Övning Inkludera Filer</title>
</head>
<body style="min-height: 100vh;">
  <?php include "start.php"?>

    <p style="text-align: center; margin-top: 20vh; line-height: 10vh;">Sida 2</p>

    <?php include "slut.php"?>
</body>
</html>