graphics first try

This commit is contained in:
mightypanders
2018-03-14 21:36:58 +01:00
parent c581d02119
commit c94f7ffdf8
7 changed files with 447 additions and 0 deletions

34
startpage/index.html Normal file
View File

@ -0,0 +1,34 @@
<html>
<head>
<meta http-equiv="refresh" content="3" >
</head>
<title>
Server Start Page
</title>
<style>
.middle{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: center;
height: inherit;
}
.middle>p{
}
img {
width: 200px;
}
body {
background-color:black;
}
</style>
<body class ="container">
<p class="middle">
<img src="./glances.png">
<img src="./emby.png">
<img src="./deluge.svg">
<img src="./cockpit.svg">
</p>
</body>
</html>