merge unconflict
Some checks failed
Release / release (ubuntu-latest, linux) (push) Has been cancelled
Release / release (windows-latest, windows) (push) Has been cancelled
test / test (push) Has been cancelled

This commit is contained in:
2025-10-06 15:44:12 +02:00
38 changed files with 492 additions and 136 deletions

View File

@@ -36,19 +36,14 @@
img {
width: 128px;
height: 128px;
image-rendering: pixelated;
object-fit: contain;
}
</style>
</head>
<body>
<div class="wrapper">
<img
draggable="false"
src="../shiggy.gif"
alt="shiggy"
role="presentation"
/>
<img draggable="false" src="vesktop://assets/splash" alt="" role="presentation" />
<p>Loading Vesktop...</p>
<p class="message"></p>
</div>
@@ -61,4 +56,4 @@
messageElement.textContent = message;
})
});
</script>
</script>