Beta v2
This commit is contained in:
23
register.php
Normal file
23
register.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<?php include $_SERVER['DOCUMENT_ROOT']."/snippets/head.php" ?>
|
||||
<body>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT']."/snippets/header.php" ?>
|
||||
|
||||
<div class="container">
|
||||
<div class="content flex-vertical">
|
||||
<div class="section-one">
|
||||
<h1>Registration</h1>
|
||||
</div>
|
||||
<div class="section-two flex-vertical align-left">
|
||||
<form> <!-- TODO Make these stack vertically -->
|
||||
<label>Registration Code</label>
|
||||
<label>Name</label>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include $_SERVER['DOCUMENT_ROOT']."/snippets/footer.php" ?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user