You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.7 KiB
HTML
44 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/global.css') }}" />
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/about.css') }}" />
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<a href="{{url_for('workbook')}}" class="parent">Workbook</a>
|
|
<span class="path-slash"> / </span>
|
|
<h2 class="title">About</h2>
|
|
</header>
|
|
|
|
<main>
|
|
<div class="about">
|
|
Sit elit exercitation sint duis. Proident adipisicing fugiat tempor aliquip Lorem
|
|
dolore. Officia qui enim ea tempor aliqua ut. Ex excepteur deserunt exercitation
|
|
adipisicing amet fugiat deserunt. In deserunt laboris elit nisi nulla duis eiusmod.
|
|
Ullamco duis officia sint eu adipisicing quis ex adipisicing fugiat excepteur nulla
|
|
sint voluptate. Proident reprehenderit adipisicing anim qui et nisi. Deserunt quis
|
|
elit esse voluptate excepteur irure Lorem et consequat aute. Lorem exercitation
|
|
Lorem Lorem id reprehenderit incididunt mollit dolore duis. Et culpa sint
|
|
reprehenderit sunt ullamco nostrud qui minim laborum non.
|
|
</div>
|
|
|
|
<div class="colophon">
|
|
<h3>Colophon</h3>
|
|
Cillum proident deserunt laborum anim culpa nisi et veniam ex laboris reprehenderit.
|
|
Eu nulla voluptate magna anim fugiat incididunt ullamco mollit mollit aliqua veniam
|
|
exercitation ut. Nulla aute aliquip Lorem laborum.
|
|
<br />
|
|
<br />
|
|
A project by Supi Kamo etc <br />
|
|
<a href="https://git.xpub.nl/supisara/workbook">git</a>, license
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html>
|