Simple website with some JavaScript games.
 
 
 
 
 
 

3 lines
88 B

<?php
$db = new SQLite3("/app/public/clubpanda.sqlite", SQLITE3_OPEN_READWRITE);
?>