dotfiles/startpage/index.html
2018-03-14 21:36:58 +01:00

35 lines
705 B
HTML

<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>