There was an error while loading. Please reload this page.
2 parents 15a2095 + b7eebe2 commit 9989f87Copy full SHA for 9989f87
www/assets/images/favicon.svg
www/index.php
@@ -4,6 +4,7 @@
4
<meta charset="utf-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1">
6
<title>LAMP STACK</title>
7
+ <link rel="shortcut icon" href="/assets/images/favicon.svg" type="image/svg+xml">
8
<link rel="stylesheet" href="/assets/css/bulma.min.css">
9
</head>
10
<body>
@@ -62,5 +63,13 @@
62
63
</div>
64
65
</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>
74
</body>
75
</html>
0 commit comments