Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Add file → Create new file
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
LRNP/
index.html
/css/
site.css
/public/
img/
placeholder.svg
netlify.toml
_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[build]
# Pure static site — no build step needed
publish = "."

[[headers]]
for = "/*"
[headers.values]
# basic caching for static assets; tweak as you wish
Cache-Control = "public, max-age=3600"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* /index.html 200
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.