Compare commits

..

No commits in common. "9b9885829f362397781a4ea5f02c51d219ad143f" and "2c2e220974f37c36fbdb198fcb6364a4fa1219e9" have entirely different histories.

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/
cp -rf src/assets www/assets
cp -f src/*.html www/

Binary file not shown.

Before

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.png"/>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico"/>
</head>
<body>
<div class="navbar">