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

Binary file not shown.

View File

@@ -1,7 +1,12 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\clive\\source\\repos\\rokoh\\",
"Documents": [],
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{3C910F6E-1007-44D0-910A-5D44B3CCD1B9}|rokoh\\rokoh.csproj|c:\\users\\clive\\source\\repos\\rokoh\\rokoh\\pages\\shared\\_layout.cshtml||{40D31677-CBC0-4297-A9EF-89D907823A98}",
"RelativeMoniker": "D:0:0:{3C910F6E-1007-44D0-910A-5D44B3CCD1B9}|rokoh\\rokoh.csproj|solutionrelative:rokoh\\pages\\shared\\_layout.cshtml||{40D31677-CBC0-4297-A9EF-89D907823A98}"
}
],
"DocumentGroupContainers": [
{
"Orientation": 0,
@@ -9,7 +14,7 @@
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": -1,
"SelectedChildIndex": 6,
"Children": [
{
"$type": "Bookmark",
@@ -19,9 +24,34 @@
"$type": "Bookmark",
"Name": "ST:129:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
},
{
"$type": "Bookmark",
"Name": "ST:130:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
},
{
"$type": "Bookmark",
"Name": "ST:0:0:{1c4feeaa-4718-4aa9-859d-94ce25d182ba}"
},
{
"$type": "Bookmark",
"Name": "ST:128:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
},
{
"$type": "Bookmark",
"Name": "ST:129:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
},
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "_Layout.cshtml",
"DocumentMoniker": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\Pages\\Shared\\_Layout.cshtml",
"RelativeDocumentMoniker": "rokoh\\Pages\\Shared\\_Layout.cshtml",
"ToolTip": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\Pages\\Shared\\_Layout.cshtml",
"RelativeToolTip": "rokoh\\Pages\\Shared\\_Layout.cshtml",
"ViewState": "AQIAAAYAAAAAAAAAAAAAABoAAAAdAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|",
"WhenOpened": "2024-05-19T03:21:15.576Z",
"EditorCaption": ""
}
]
}

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