We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3be86c9 + 2c95835 commit 59aeeceCopy full SHA for 59aeece
launcher-csharp/Views/Home/Index.cshtml
@@ -6,18 +6,18 @@
6
Boolean.TryParse(ViewData["showDoc"].ToString(), out showDoc);//ViewBag.ShowDoc;
7
Layout = "_HomeLayout";
8
}
9
- <div class="jumbotron">
+<div class="jumbotron" style="background-color: #210058!important">
10
<table>
11
<tbody>
12
<tr>
13
<td>
14
- <h1 class="display-4">C# Launcher</h1>
+ <h1 class="display-4" style="background-color: #210058!important">C# Launcher</h1>
15
<p class="Xlead">
16
@Html.Raw(ViewBag.SupportingTexts.HomePageText)
17
</p>
18
</td>
19
20
- <img src="/images/banner-code.PNG" />
+ <img src="/images/header.PNG" />
21
22
</tr>
23
</tbody>
launcher-csharp/wwwroot/images/banner-code.PNG
-52.3 KB
launcher-csharp/wwwroot/images/header.png
83.4 KB
0 commit comments