mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 17:49:25 +00:00
Fix icon path in index.html and update .gitignore to include extra copies rustframe_logo.png
This commit is contained in:
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>
|
||||
|
Reference in New Issue
Block a user