parent
d58f92a7e0
commit
906c35143e
|
@ -3,6 +3,6 @@ gallery/**
|
|||
!gallery/**/
|
||||
!gallery/**/.gitkeep
|
||||
!gallery/index.html
|
||||
!gallery/example.css
|
||||
!gallery/*.css
|
||||
gallery-items*.csv
|
||||
__pycache__
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue