-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.php
More file actions
31 lines (31 loc) · 1.1 KB
/
index.php
File metadata and controls
31 lines (31 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php include 'components/session-check-index.php' ?>
<?php require '_database/database.php'; ?>
<?php include 'controllers/base/head.php' ?>
<body>
<script type="text/javascript">
ChangeIt();
</script>
<?php include 'controllers/navigation/index-before-login-navigation.php' ?>
<section id="home" name="home"></section>
<div id="headerwrap">
<div class="container">
<div class="row centered">
<div class="col-lg-12">
</div>
<div class="row">
<div class="col-lg-6">
<h1><b>know.me</b></h1>
<h3>Tell your story to the whole world!</h3>
<br>
<?php include 'controllers/form/registration-form.php' ?>
</div>
</div>
<div class="col-lg-8">
</div>
<div class="col-lg-2">
<br>
</div>
</div>
</div> <!--/ .container -->
</div><!--/ #headerwrap -->
</body>