web_AI-3/index.php

26 lines
502 B
PHP
Raw Normal View History

2016-11-25 11:20:00 +01:00
<!DOCTYPE html>
<html>
<head>
<!-- enable utf-8 encoding for umlauts etc.-->
<meta charset="utf-8">
<!-- Description of what this dose -->
<meta name ="viewport" content="width=device-width, initial-scale=1">
<!-- link to the default css file -->
2017-02-05 14:48:16 +01:00
<link rel="stylesheet" href="css/loginstyle.css"/>
</head>
<body>
<div>
2016-12-28 14:35:02 +01:00
<div>
<header>
2017-01-24 19:29:50 +01:00
<h1>WebShop NeXt</h1>
2017-01-11 20:21:10 +01:00
<?php
2017-02-05 14:22:43 +01:00
include 'login.php';
2017-01-06 12:48:12 +01:00
?>
2016-12-28 14:35:02 +01:00
</header>
</div>
</div>
</body>
</html>