remove old unused splash screen (#5112)

This commit is contained in:
Aditya Bist
2019-04-22 13:39:27 -07:00
committed by GitHub
parent 5fb583da06
commit 161135cd90
3 changed files with 0 additions and 25 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 KiB

View File

@@ -1,15 +0,0 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
body, html {
margin: 0px;
height: 100%;
width: 100%;
}
.splash-modal {
background-image: url("splash.png");
background-repeat: no-repeat;
background-size: 100% 100%;
}

View File

@@ -1,10 +0,0 @@
<!-- Copyright (C) Microsoft Corporation. All rights reserved. -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="splashscreen.css">
</head>
<body class="splash-modal">
</body>
</html>