rework for external portal application
This commit is contained in:
16
_layouts/page-portal.html
Normal file
16
_layouts/page-portal.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
{% include head.html %}
|
||||
<body>
|
||||
<div class="screen">
|
||||
<!-- effects -->
|
||||
{% include screen-effects.html %}
|
||||
<div class="screen-content">
|
||||
<!-- page content -->
|
||||
{% include header.html %}
|
||||
{% include portal.html %}
|
||||
{% include footer.html %}
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user