Skip to content
Permalink
48e450480a
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
37 lines (30 sloc) 1 KB
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>E-Learning</title>
<meta name="description" content="Form used to teach Git Hub">
<meta name="author" content="Daniel Dias">
<link href="{{host}}/style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<header>
<div class="gitcorner"><img src="https://miro.medium.com/max/1400/1*dDNpLKu_oTLzStsDTnkJ-g.png" alt="Lamp" width="420" height="155"></div>
<a href="/logout">Log out</a>
</header>
{{#if msg}}
<p class="msg">{{msg}}</p>
{{/if}}
<div class="header">
<h2>{{contentdb.title_of_content}}</h2>
</div>
<div class="row">
<div class="column" style="background-color:#aaa;">{{contentdb.block_of_content}}</div>
<div class="column" style="background-color:#bbb;">Image</div>
<div class="column" style="background-color:#ccc;">Column</div>
</div>
<div class="footer">
<p><a href="/secure/learnGit"><img src="https://img.icons8.com/android/96/000000/circled-left-2.png"/></a></p>
</div>
</body>
</html>