2023-01-23 15:20:07 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en" class="has-background-light">
|
|
|
|
<head>
|
|
|
|
<?php
|
|
|
|
$title = "PVVMDB";
|
|
|
|
include "includes/head.php";
|
|
|
|
?>
|
|
|
|
</head>
|
|
|
|
<body >
|
|
|
|
<?php
|
|
|
|
include "includes/nav.php";
|
|
|
|
?>
|
|
|
|
<div class="container">
|
|
|
|
<h1 class="title">Welcome to PVVMDB</h1>
|
|
|
|
<p class="subtitle">
|
|
|
|
This application is made to register and manage PVV Membership.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|