forked from JituR101/consortium
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreg.php
More file actions
17 lines (17 loc) · 762 Bytes
/
Copy pathreg.php
File metadata and controls
17 lines (17 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<?php include('includes/head.php'); ?>
<body class="back">
<?php include('includes/header.php'); ?>
<div id="register">
<div class="g-container--sm g-padding-y-80--xs g-padding-y-125--xsm">
<div class="g-text-center--xs g-margin-b-60--xs" style="padding-bottom:10em; padding-top:10em;">
<p class="text-uppercase g-font-size-14--xs g-font-weight--700 g-color--white-opacity g-letter-spacing--2 g-margin-b-25--xs">Sign Up</p>
<h2 class="g-font-size-32--xs g-font-size-36--md g-color--white">Registrations will start soon</h2>
</div>
</div>
</div>
<?php include("includes/footer.php");?>
<?php include("includes/script.php");?>
</body>
</html>