summaryrefslogtreecommitdiffstats
path: root/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/templates/layout.html b/templates/layout.html
index d5e3929..e4cacde 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -2,16 +2,17 @@
<html>
<head>
<meta charset="utf-8" />
- <link rel="stylesheet" href="http://960.gs/css/reset.css" />
- <link rel="stylesheet" href="http://960.gs/css/text.css" />
- <link rel="stylesheet" href="http://960.gs/css/960.css" />
<link rel="stylesheet" type="text/css" media="all" href="{{url_for('static', filename='style.css')}}" />
<title>Fit</title>
</head>
<body>
<div id="header">
- <h1><a href="/">Fit</a></h1>
- <p>git clone {{url_for('static', filename='fit.git', _external=True)}}</p>
+ <h1><a href="/">Archiv</a><small> @ spline</small></h1>
+ <p>
+ <b>Tip</b>: Du kannst alle Klausuren mittels Git herunterladen.<br />
+ <i>git clone {{url_for('static', filename='fit.git',
+ _external=True)}}</i>
+ </p>
</div>
<div id="content">