Skip to content

Commit adbac54

Browse files
committed
screen: Add logo to index view
1 parent a356cc1 commit adbac54

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

hackman/static/screen/logo_dsl.png

4.49 KB
Loading

hackman/static/screen/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
body {
2+
background-color: #e02030;
3+
color: white;
4+
font-family: "Arial, Helvetica, sans-serif";
5+
}
6+
17
main {
28
font-size: 45px;
39
overflow-wrap: break-word;
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{% extends "screen/base.jinja2" %}
22

33
{% block content %}
4-
Welcome to DSL, scan card etc etc
4+
<p>
5+
<img style="float: left;" src="/static/screen/logo_dsl.png"></img>
6+
<span>Welcome to DSL, scan card etc etc</span>
7+
</p>
58
{% endblock %}

0 commit comments

Comments
 (0)