Compare commits
No commits in common. "9b9885829f362397781a4ea5f02c51d219ad143f" and "2c2e220974f37c36fbdb198fcb6364a4fa1219e9" have entirely different histories.
9b9885829f
...
2c2e220974
3 changed files with 2 additions and 2 deletions
2
build.sh
2
build.sh
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
mkdir -p www
|
mkdir -p www
|
||||||
cp -rf src/assets www/
|
cp -rf src/assets www/assets
|
||||||
cp -f src/*.html www/
|
cp -f src/*.html www/
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.9 KiB |
|
|
@ -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.png"/>
|
<link rel="icon" type="image/x-icon" href="assets/favicon.ico"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="navbar">
|
<div class="navbar">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue