Skip to content

Commit 9989f87

Browse files
authored
Merge pull request #232 from rcdeo/master
added on index.php favicon and footer
2 parents 15a2095 + b7eebe2 commit 9989f87

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

www/assets/images/favicon.svg

Lines changed: 7 additions & 0 deletions
Loading

www/index.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>LAMP STACK</title>
7+
<link rel="shortcut icon" href="/assets/images/favicon.svg" type="image/svg+xml">
78
<link rel="stylesheet" href="/assets/css/bulma.min.css">
89
</head>
910
<body>
@@ -62,5 +63,13 @@
6263
</div>
6364
</div>
6465
</section>
66+
<footer class="footer">
67+
<div class="content has-text-centered">
68+
<p>
69+
<strong><a href="https://www.sprintcube.com" target="_blank">SprintCube</a></strong><br>
70+
The source code is released under the <a href="https://github.com/sprintcube/docker-compose-lamp/blob/master/LICENSE" target="_blank">MIT license</a>.
71+
</p>
72+
</div>
73+
</footer>
6574
</body>
6675
</html>

0 commit comments

Comments
 (0)