0.0.12
profile routines
This commit is contained in:
16
templates/pages/profile/p_login.html
Normal file
16
templates/pages/profile/p_login.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
{% include 'inter/meta.html' %}
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
{% include 'blocks/b_header.html' %}
|
||||
{% include 'blocks/b_login.html' %}
|
||||
{% include 'blocks/b_footer.html' %}
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user