Prettify about page
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #fcfcfc;
|
||||
max-width: 750px;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
color: #100;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
@@ -3,13 +3,10 @@
|
||||
{% load static %}
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="{% static "css/base.css" %}">
|
||||
<link rel="stylesheet" href="{% static "css/about.css" %}">
|
||||
</head>
|
||||
<body>
|
||||
<h1>SIKWEB 2.0</h1>
|
||||
<h2>Git revision</h2>
|
||||
{{ REVISION }}
|
||||
<h2>Git tag</h2>
|
||||
{{ TAG }}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user