• This project
    • Loading...
  • Sign in

2020-1-CloudComputing / A_Team_Khuloud

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • A_Team_Khuloud
  • khuloud
  • blog
  • templates
  • base.html
  • Ubuntu's avatar
    login,logout bugfixed · 3755d66b
    3755d66b
    Ubuntu authored 2020-05-10 07:32:31 +0000
base.html 185 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>{% block title %}{% endblock%}</title>
</head>
<body>
    {% block content %}{% endblock %}
</body>
</html>