add visitor page

This commit is contained in:
Dario Rekowski on RockPI 2020-10-20 10:23:20 +00:00
parent c0c3f40a41
commit 0a9a0ebed5

View File

@ -0,0 +1,16 @@
<?php $this->layout = false;?><!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>Visitor Page</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div>Info Page for Visitor to learn about group before try to enter or connect (befriend)</div>
</body>
</html>