Party/index.html
fingadumbledore 32798fb597 modifications
2022-05-22 18:17:59 +02:00

17 lines
195 B
HTML

<html>
<head>
<title>Party</title>
<style>
</style>
</head>
<body> <?php $database = new SQLite3('stand.db');?>
<center><h1>Party</h1>
<img src="session.png" />
</center>
</body>
</html>