renaming example css file

main v0.1.2
Nekkowe 2025-01-15 19:14:07 +01:00
parent d58f92a7e0
commit 906c35143e
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -3,6 +3,6 @@ gallery/**
!gallery/**/
!gallery/**/.gitkeep
!gallery/index.html
!gallery/example.css
!gallery/*.css
gallery-items*.csv
__pycache__

View File

@ -2,8 +2,8 @@
<head>
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
<!-- This CSS file is just here to make this example look presentable. -->
<link href="example.css" rel="stylesheet"/>
<!-- This CSS file is just here to make this example page look presentable. -->
<link href="index.css" rel="stylesheet"/>
<!--
This is the first important part.