Compare commits

...

2 commits

3 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
mkdir -p www mkdir -p www
cp -rf src/assets www/assets cp -rf src/assets www/
cp -f src/*.html 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> <head>
<title>Welcome to KarlOS!</title> <title>Welcome to KarlOS!</title>
<link rel="stylesheet" href="assets/style.css"/> <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> </head>
<body> <body>
<div class="navbar"> <div class="navbar">