mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-19 22:50:01 +00:00
Fix icon path in index.html and update .gitignore to include extra copies rustframe_logo.png
This commit is contained in:
parent
b3b0e5e3ae
commit
bca1121004
4
.github/htmldocs/index.html
vendored
4
.github/htmldocs/index.html
vendored
@ -5,7 +5,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Rustframe</title>
|
||||
<link rel="icon" type="image/png" href="../rustframe_logo.png">
|
||||
<link rel="icon" type="image/png" href="./rustframe_logo.png">
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
@ -52,7 +52,7 @@
|
||||
<body>
|
||||
<main>
|
||||
<h1>
|
||||
<img src="../rustframe_logo.png" alt="Rustframe Logo"><br>
|
||||
<img src="./rustframe_logo.png" alt="Rustframe Logo"><br>
|
||||
Rustframe
|
||||
</h1>
|
||||
<h2>A lightweight dataframe & math toolkit for Rust</h2>
|
||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -14,4 +14,6 @@ data/
|
||||
.venv/
|
||||
.vscode/
|
||||
|
||||
tarpaulin-report.*
|
||||
tarpaulin-report.*
|
||||
|
||||
.github/htmldocs/rustframe_logo.png
|
Loading…
x
Reference in New Issue
Block a user