redo main/register page
This commit is contained in:
1 parent
eaa2febbf2
commit
1ad5eb654b
400 files changed
+93168
-323
No files matched your search
@@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- head -->
|
||||
{{> head }}
|
||||
|
||||
<!-- Yeah i know js should not be in header. Its required for demos.-->
|
||||
|
||||
<!-- javascript -->
|
||||
{{> javascripts }}
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- header -->
|
||||
{{> header }}
|
||||
|
||||
<!-- title -->
|
||||
{{> title }}
|
||||
|
||||
<!-- Demos -->
|
||||
<section id="demos">
|
||||
<div class="row">
|
||||
<div class="large-12 columns">
|
||||
{{> body }}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- footer -->
|
||||
{{> footer }}
|
||||
|
||||
<!-- vendors -->
|
||||
{{> vendors }}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in new issue
Block a user