Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BurgerhoutJ authored Jun 19, 2024
1 parent f904e15 commit 411be48
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion avd-url-redirect/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url='https://client.wvd.microsoft.com/arm/webclient/'">
<title>The Pesky Ghosts</title>
<link href='https://fonts.googleapis.com/css?family=Arvo' rel='stylesheet'>
<link rel="icon" type="image/png" href="https://thepeskyghosts.it/images/png/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="refresh" content="0; url='https://client.wvd.microsoft.com/arm/webclient/'">
<style>
body, html {
height: 100%;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}

.bg-image {
/* The image used */
background-image: url("https://thepeskyghosts.it/images/png/backgroundavd.png");

/* Full height */
height: 100%;

/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
</style>
</head>
<body>

<div class="bg-image"></div>
<p> You are being transferred to the Pesky Ghosts Azure Virtual Desktop.<a href="https://client.wvd.microsoft.com/arm/webclient/"></a>.</p>

</body>
</html>

0 comments on commit 411be48

Please sign in to comment.