Commit: Add favicon.
All checks were successful
Gitea CI/CD / build (push) Successful in 1m40s

This commit is contained in:
clive
2024-05-19 13:59:45 +10:00
parent b897f1d24e
commit df543cc239
9 changed files with 35 additions and 4 deletions

View File

@@ -7,6 +7,7 @@
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
<link rel="stylesheet" href="~/rokoh.styles.css" asp-append-version="true" />
<link rel="icon" type="image/x-icon" href="~/img/favicon.ico">
</head>
<body>
<header>

View File

@@ -15,7 +15,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("rokoh")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+499cd16190f516cd77861d98e1c977c7f3d3774e")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b897f1d24eebf11bc11004eee7df30a2ff36cd1a")]
[assembly: System.Reflection.AssemblyProductAttribute("rokoh")]
[assembly: System.Reflection.AssemblyTitleAttribute("rokoh")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@@ -1 +1 @@
1bb1ad9a88d60c985cfb4a7447d120ff7e58f72111356403317f73b2400e220c
b8d820e06244cb688cb06417a249b8db48dfa91e4c0d94c63cb4b24e859665d2

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB