graphics first try
This commit is contained in:
34
startpage/index.html
Normal file
34
startpage/index.html
Normal 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>
|
Reference in New Issue
Block a user