mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-15 00:44:34 +00:00
17 lines
195 B
HTML
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> |