Compare commits

...

2 commits

3 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#!/bin/sh
mkdir -p www
cp -rf src/assets www/assets
cp -rf src/assets www/
cp -f src/*.html www/

BIN
src/assets/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -3,7 +3,7 @@
<head>
<title>Welcome to KarlOS!</title>
<link rel="stylesheet" href="assets/style.css"/>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico"/>
<link rel="icon" type="image/x-icon" href="assets/favicon.png"/>
</head>
<body>
<div class="navbar">