2022-10-26 14:08:26 +02:00
|
|
|
<?php
|
|
|
|
require_once('system/data.php');
|
|
|
|
|
|
|
|
dbVerbindungErzeugen()
|
|
|
|
?>
|
|
|
|
|
2022-10-26 12:05:39 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="de">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>SPINN MIT!</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2022-10-26 14:08:26 +02:00
|
|
|
<h1>Spinn mit!!!!</h1>
|
2022-10-26 12:05:39 +02:00
|
|
|
</body>
|
2022-10-26 13:11:10 +02:00
|
|
|
</html>
|