diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-08-23 10:04:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-23 10:04:57 +0200 |
commit | 89837b8756590bd97b82450c6a445702f7ab5077 (patch) | |
tree | ca3d763976eab9d1541d68687e38c87bd11990ec /public/index.html | |
parent | a76e153bf1390237ab75969f40df3abfe6da0a75 (diff) | |
parent | 8dfa61884580a5966c0b48f5ce5dc16828f489c4 (diff) | |
download | puszcza-89837b8756590bd97b82450c6a445702f7ab5077.tar.gz puszcza-89837b8756590bd97b82450c6a445702f7ab5077.zip |
Merge pull request #1 from pniedzwiedzinski/develop
Add navigation and files
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index d5438c9..32ae880 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1.0" /> <link rel="icon" href="<%= BASE_URL %>favicon.ico" /> - <title>puszcza</title> + <title>19 PDH Puszcza</title> </head> <body> <noscript> |