div.nsl-container[data-align="left"] { text-align: left; } div.nsl-container[data-align="center"] { text-align: center; } div.nsl-container[data-align="right"] { text-align: right; } div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] { text-decoration: none; box-shadow: none; border: 0; } div.nsl-container .nsl-container-buttons { display: flex; padding: 5px 0; } div.nsl-container.nsl-container-block .nsl-container-buttons { display: inline-grid; grid-template-columns: minmax(145px, auto); } div.nsl-container-block-fullwidth .nsl-container-buttons { flex-flow: column; align-items: center; } div.nsl-container-block-fullwidth .nsl-container-buttons a, div.nsl-container-block .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px 0; width: 100%; } div.nsl-container-inline { margin: -5px; text-align: left; } div.nsl-container-inline .nsl-container-buttons { justify-content: center; flex-wrap: wrap; } div.nsl-container-inline .nsl-container-buttons a { margin: 5px; display: inline-block; } div.nsl-container-grid .nsl-container-buttons { flex-flow: row; align-items: center; flex-wrap: wrap; } div.nsl-container-grid .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px; max-width: 280px; width: 100%; } @media only screen and (min-width: 650px) { div.nsl-container-grid .nsl-container-buttons a { width: auto; } } div.nsl-container .nsl-button { cursor: pointer; vertical-align: top; border-radius: 4px; } div.nsl-container .nsl-button-default { color: #fff; display: flex; } div.nsl-container .nsl-button-icon { display: inline-block; } div.nsl-container .nsl-button-svg-container { flex: 0 0 auto; padding: 8px; display: flex; align-items: center; } div.nsl-container svg { height: 24px; width: 24px; vertical-align: top; } div.nsl-container .nsl-button-default div.nsl-button-label-container { margin: 0 24px 0 12px; padding: 10px 0; font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; letter-spacing: .25px; overflow: hidden; text-align: center; text-overflow: clip; white-space: nowrap; flex: 1 1 auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-transform: none; display: inline-block; } div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container { margin: 1px; padding: 7px; border-radius: 3px; background: #fff; } div.nsl-container .nsl-button-google[data-skin="light"] { border-radius: 1px; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25); color: RGBA(0, 0, 0, 0.54); } div.nsl-container .nsl-button-apple .nsl-button-svg-container { padding: 0 6px; } div.nsl-container .nsl-button-apple .nsl-button-svg-container svg { height: 40px; width: auto; } div.nsl-container .nsl-button-apple[data-skin="light"] { color: #000; box-shadow: 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="white"] { color: #000; box-shadow: inset 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="light"] { color: #1877F2; box-shadow: inset 0 0 0 1px #1877F2; } div.nsl-container .nsl-button-spotify[data-skin="white"] { color: #191414; box-shadow: inset 0 0 0 1px #191414; } div.nsl-container .nsl-button-apple div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack[data-skin="light"] { color: #000000; box-shadow: inset 0 0 0 1px #DDDDDD; } div.nsl-container .nsl-button-tiktok[data-skin="light"] { color: #161823; box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12); } div.nsl-container .nsl-button-kakao { color: rgba(0, 0, 0, 0.85); } .nsl-clear { clear: both; } .nsl-container { clear: both; } .nsl-disabled-provider .nsl-button { filter: grayscale(1); opacity: 0.8; } /*Button align start*/ div.nsl-container-inline[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-inline[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-inline[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-grid[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-grid[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons { justify-content: space-around; } div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons { justify-content: space-between; } /* Button align end*/ /* Redirect */ #nsl-redirect-overlay { display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; z-index: 1000000; left: 0; top: 0; width: 100%; height: 100%; backdrop-filter: blur(1px); background-color: RGBA(0, 0, 0, .32);; } #nsl-redirect-overlay-container { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: white; padding: 30px; border-radius: 10px; } #nsl-redirect-overlay-spinner { content: ''; display: block; margin: 20px; border: 9px solid RGBA(0, 0, 0, .6); border-top: 9px solid #fff; border-radius: 50%; box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6); width: 40px; height: 40px; animation: nsl-loader-spin 2s linear infinite; } @keyframes nsl-loader-spin { 0% { transform: rotate(0deg) } to { transform: rotate(360deg) } } #nsl-redirect-overlay-title { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 18px; font-weight: bold; color: #3C434A; } #nsl-redirect-overlay-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; text-align: center; font-size: 14px; color: #3C434A; } /* Redirect END*//* Notice fallback */ #nsl-notices-fallback { position: fixed; right: 10px; top: 10px; z-index: 10000; } .admin-bar #nsl-notices-fallback { top: 42px; } #nsl-notices-fallback > div { position: relative; background: #fff; border-left: 4px solid #fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1); margin: 5px 15px 2px; padding: 1px 20px; } #nsl-notices-fallback > div.error { display: block; border-left-color: #dc3232; } #nsl-notices-fallback > div.updated { display: block; border-left-color: #46b450; } #nsl-notices-fallback p { margin: .5em 0; padding: 2px; } #nsl-notices-fallback > div:after { position: absolute; right: 5px; top: 5px; content: '\00d7'; display: block; height: 16px; width: 16px; line-height: 16px; text-align: center; font-size: 20px; cursor: pointer; }

TV Punjab | Punjabi News Channel

Independence day 2022: ਇਸ 15 ਅਗਸਤ ਨੂੰ ਸ਼ਹੀਦਾਂ ਨੂੰ ਯਾਦ ਕਰਨ ਲਈ ਇਨ੍ਹਾਂ 5 ਥਾਵਾਂ ‘ਤੇ ਜਾਓ

The Prime Minister, Shri Narendra Modi addressing the Nation on the occasion of 74th Independence Day from the ramparts of Red Fort, in Delhi on August 15, 2020.

Independence day 2022: ਇਸ ਸੁਤੰਤਰਤਾ ਦਿਵਸ ‘ਤੇ, ਕਿਸੇ ਅਜਿਹੀ ਜਗ੍ਹਾ ‘ਤੇ ਜਾਓ ਜੋ ਤੁਹਾਨੂੰ ਜੋਸ਼ ਅਤੇ ਉਤਸ਼ਾਹ ਨਾਲ ਭਰ ਦੇਵੇ। ਦੇਸ਼ ਦੀ ਅਜ਼ਾਦੀ ਲਈ ਕੁਰਬਾਨੀਆਂ ਦੇਣ ਵਾਲੇ ਸ਼ਹੀਦਾਂ ਨੂੰ ਯਾਦ ਕਰੀਏ। ਭਾਰਤ ਵਿੱਚ ਸ਼ਹੀਦਾਂ ਦੀ ਯਾਦ ਵਿੱਚ ਕਈ ਸਮਾਰਕ ਬਣਾਏ ਗਏ ਹਨ, ਜਿੱਥੇ ਹਰ ਭਾਰਤੀ ਨੂੰ ਮਾਣ ਮਹਿਸੂਸ ਹੁੰਦਾ ਹੈ ਅਤੇ ਉਸ ਦੇ ਅੰਦਰ ਰਾਸ਼ਟਰਵਾਦ ਦੀ ਭਾਵਨਾ ਜਾਗਦੀ ਹੈ। ਹਰ ਕੋਈ ਜਾਣਦਾ ਹੈ ਕਿ ਕਈ ਸੌ ਸਾਲਾਂ ਦੀ ਗੁਲਾਮੀ ਤੋਂ ਬਾਅਦ ਸਾਨੂੰ ਇਹ ਆਜ਼ਾਦੀ ਲੱਖਾਂ ਕੁਰਬਾਨੀਆਂ ਕਰਕੇ ਮਿਲੀ ਸੀ। ਭਗਤ ਸਿੰਘ, ਚੰਦਰਸ਼ੇਖਰ ਆਜ਼ਾਦ, ਸੁਭਾਸ਼ ਚੰਦਰ ਬੋਸ, ਬਾਲਗੰਗਾਧਰ ਤਿਲਕ, ਸੁਖਦੇਵ, ਸਰਦਾਰ ਵੱਲਭ ਭਾਈ ਪਟੇਲ, ਗੋਪਾਲ ਕ੍ਰਿਸ਼ਨ ਗੋਖਲੇ, ਲਾਲਾ ਲਾਜਪਤ ਰਾਏ, ਮਹਾਤਮਾ ਗਾਂਧੀ, ਵੀਰ ਸਾਵਰਕਰ ਵਰਗੇ ਨਾਇਕਾਂ ਦੇ ਸੰਘਰਸ਼ ਅਤੇ ਜਜ਼ਬੇ ਕਾਰਨ ਅੰਗਰੇਜ਼ਾਂ ਨੂੰ ਭਾਰਤ ਛੱਡਣ ਲਈ ਮਜ਼ਬੂਰ ਕੀਤਾ ਅਤੇ ਸਾਨੂੰ ਆਜ਼ਾਦੀ ਦਿੱਤੀ। ਅਜਿਹੀ ਸਥਿਤੀ ਵਿੱਚ, ਆਓ ਜਾਣਦੇ ਹਾਂ ਕਿ ਤੁਸੀਂ ਇਸ 15 ਅਗਸਤ ਨੂੰ ਕਿਹੜੇ ਸਮਾਰਕਾਂ ਦੀ ਯਾਤਰਾ ਕਰ ਸਕਦੇ ਹੋ।

ਇੰਡੀਆ ਗੇਟ, ਦਿੱਲੀ

ਦਿੱਲੀ ਵਿੱਚ ਸਥਿਤ ਇੰਡੀਆ ਗੇਟ ਦੇਸ਼ ਦੇ ਇਤਿਹਾਸ ਨੂੰ ਦਰਸਾਉਂਦਾ ਹੈ। ਇਸ ਨੂੰ ਪਹਿਲਾਂ ਆਲ ਇੰਡੀਆ ਵਾਰ ਮੈਮੋਰੀਅਲ ਵਜੋਂ ਵੀ ਜਾਣਿਆ ਜਾਂਦਾ ਸੀ। ਇਸ ਜੰਗੀ ਯਾਦਗਾਰ ‘ਤੇ ਸ਼ਹੀਦ ਹੋਏ ਭਾਰਤੀ ਸੈਨਿਕਾਂ ਨੂੰ ਸ਼ਰਧਾਂਜਲੀ ਦਿੱਤੀ ਜਾਂਦੀ ਹੈ। ਹਰ ਸਾਲ ਗਣਤੰਤਰ ਦਿਵਸ ਮੌਕੇ ਇੱਥੇ ਪਰੇਡ ਕੱਢੀ ਜਾਂਦੀ ਹੈ। ਦੇਸ਼ ਦੇ ਸਾਰੇ ਰਾਜਾਂ ਦੇ ਸੱਭਿਆਚਾਰਕ ਪ੍ਰੋਗਰਾਮਾਂ ਦੀਆਂ ਵੱਖ-ਵੱਖ ਕਿਸਮਾਂ ਦੀਆਂ ਝਾਕੀਆਂ ਪੇਸ਼ ਕੀਤੀਆਂ ਗਈਆਂ। ਇੰਡੀਆ ਗੇਟ ਬ੍ਰਿਟਿਸ਼ ਸਰਕਾਰ ਦੁਆਰਾ 1914-1918 ਦੇ ਪਹਿਲੇ ਵਿਸ਼ਵ ਯੁੱਧ ਅਤੇ 1919 ਵਿੱਚ ਤੀਜੀ ਐਂਗਲੋ-ਅਫਗਾਨ ਜੰਗ ਵਿੱਚ ਮਾਰੇ ਗਏ 80,000 ਤੋਂ ਵੱਧ ਭਾਰਤੀ ਸੈਨਿਕਾਂ ਨੂੰ ਸ਼ਰਧਾਂਜਲੀ ਦੇਣ ਲਈ ਬਣਾਇਆ ਗਿਆ ਸੀ। ਇੰਡੀਆ ਗੇਟ ਦੇ ਨਿਰਮਾਣ ਵਿਚ ਮੁੱਖ ਤੌਰ ‘ਤੇ ਲਾਲ ਅਤੇ ਪੀਲੇ ਪੱਥਰਾਂ ਦੀ ਵਰਤੋਂ ਕੀਤੀ ਗਈ ਹੈ, ਜੋ ਵਿਸ਼ੇਸ਼ ਤੌਰ ‘ਤੇ ਭਰਤਪੁਰ ਤੋਂ ਲਿਆਂਦੇ ਗਏ ਸਨ।

 

ਲਾਲ ਕਿਲਾ, ਦਿੱਲੀ
ਹਰ ਸਾਲ ਸੁਤੰਤਰਤਾ ਦਿਵਸ ਦੇ ਮੌਕੇ ‘ਤੇ ਭਾਰਤ ਦੇ ਪ੍ਰਧਾਨ ਮੰਤਰੀ ਲਾਲ ਕਿਲੇ ‘ਤੇ ਝੰਡਾ ਲਹਿਰਾਉਂਦੇ ਹਨ। ਇੱਥੇ ਪ੍ਰਧਾਨ ਮੰਤਰੀ ਦੇਸ਼ ਨੂੰ ਸੰਬੋਧਨ ਕਰਨਗੇ। 1947 ਵਿੱਚ ਜਦੋਂ ਭਾਰਤ ਨੂੰ ਆਜ਼ਾਦੀ ਮਿਲੀ ਤਾਂ ਦੇਸ਼ ਦੇ ਪਹਿਲੇ ਪ੍ਰਧਾਨ ਮੰਤਰੀ ਜਵਾਹਰ ਲਾਲ ਨਹਿਰੂ ਨੇ ਲਾਲ ਕਿਲ੍ਹੇ ਤੋਂ ਭਾਸ਼ਣ ਦਿੱਤਾ ਸੀ। ਇਹ ਕਿਲਾ ਸ਼ਾਹਜਹਾਂ ਨੇ ਬਣਵਾਇਆ ਸੀ। ਲਾਲ ਰੰਗ ਦੇ ਰੇਤਲੇ ਪੱਥਰ ਨਾਲ ਬਣੇ ਹੋਣ ਕਾਰਨ ਇਸ ਕਿਲ੍ਹੇ ਦਾ ਨਾਂ ਲਾਲ ਕਿਲਾ ਪਿਆ।

ਕਾਰਗਿਲ ਵਾਰ ਮੈਮੋਰੀਅਲ, ਲੱਦਾਖ

ਕਾਰਗਿਲ ਵਾਰ ਮੈਮੋਰੀਅਲ ਲੱਦਾਖ ਵਿੱਚ ਸਥਿਤ ਹੈ। ਇਹ ਇਲਾਕਾ ਸਮੁੰਦਰ ਤਲ ਤੋਂ 2676 ਮੀਟਰ ਦੀ ਉਚਾਈ ‘ਤੇ ਸਥਿਤ ਹੈ। ਇਹ ਲੇਹ ਤੋਂ ਬਾਅਦ ਲੱਦਾਖ ਦਾ ਦੂਜਾ ਸਭ ਤੋਂ ਵੱਡਾ ਸ਼ਹਿਰ ਹੈ। ਕਾਰਗਿਲ ਜੰਮੂ ਅਤੇ ਕਸ਼ਮੀਰ ਵਿੱਚ ਸ਼੍ਰੀਨਗਰ ਤੋਂ 204 ਕਿਲੋਮੀਟਰ ਪੂਰਬ ਵਿੱਚ ਅਤੇ ਲੇਹ ਤੋਂ 234 ਕਿਲੋਮੀਟਰ ਪੱਛਮ ਵਿੱਚ ਸਥਿਤ ਹੈ। ਭਾਰਤ-ਪਾਕਿਸਤਾਨ ਵਿਚਾਲੇ ਛਿੜੀ ਜੰਗ ਦੇ ਨਿਸ਼ਾਨ ਨਾ ਸਿਰਫ ਇੱਥੇ ਦਿਖਾਈ ਦੇ ਰਹੇ ਹਨ, ਸਗੋਂ ਸੈਲਾਨੀਆਂ ਦੀ ਵੀ ਕਾਫੀ ਭੀੜ ਹੈ।

 

ਇਹ ਜੰਗੀ ਯਾਦਗਾਰ ਫੌਜ ਵੱਲੋਂ 1999 ਵਿੱਚ ਕਾਰਗਿਲ ਜੰਗ ਦੌਰਾਨ ਆਪਣੀਆਂ ਜਾਨਾਂ ਗੁਆਉਣ ਵਾਲੇ ਬਹਾਦਰ ਸੈਨਿਕਾਂ ਅਤੇ ਅਧਿਕਾਰੀਆਂ ਦੀ ਯਾਦ ਵਿੱਚ ਬਣਾਈ ਗਈ ਹੈ। ਇਹ ਸਮਾਰਕ ਗੁਲਾਬੀ ਰੇਤਲੇ ਪੱਥਰ ਦਾ ਬਣਿਆ ਹੋਇਆ ਹੈ। ਇੱਥੇ ਸ਼ਹੀਦ ਸੈਨਿਕਾਂ ਦੇ ਨਾਮ ਵੀ ਉੱਕਰੇ ਹੋਏ ਹਨ। ਕਾਰਗਿਲ ਵਿਜੇ ਦਿਵਸ ਹਰ ਸਾਲ 26 ਜੁਲਾਈ ਨੂੰ ਸੈਨਿਕਾਂ ਨੂੰ ਸ਼ਰਧਾਂਜਲੀ ਦੇਣ ਲਈ ਦਰਾਸ ਵਾਰ ਮੈਮੋਰੀਅਲ ਵਿਖੇ ਮਨਾਇਆ ਜਾਂਦਾ ਹੈ। ਦਰਅਸਲ, 26 ਜੁਲਾਈ 1999 ਨੂੰ ਭਾਰਤੀ ਫੌਜ ਨੇ ਕਾਰਗਿਲ ਯੁੱਧ ਦੌਰਾਨ ‘ਆਪ੍ਰੇਸ਼ਨ ਵਿਜੇ’ ਨੂੰ ਸਫਲਤਾਪੂਰਵਕ ਅੰਜਾਮ ਦੇ ਕੇ ਭਾਰਤ ਦੀ ਧਰਤੀ ਨੂੰ ਘੁਸਪੈਠੀਆਂ ਦੇ ਚੁੰਗਲ ਤੋਂ ਆਜ਼ਾਦ ਕਰਵਾਇਆ ਸੀ।

ਜਲ੍ਹਿਆਂਵਾਲਾ ਬਾਗ, ਅੰਮ੍ਰਿਤਸਰ
ਅੰਮ੍ਰਿਤਸਰ ਦਾ ਜਲ੍ਹਿਆਂਵਾਲਾ ਬਾਗ ਤੁਹਾਨੂੰ ਜੋਸ਼ ਅਤੇ ਜੋਸ਼ ਨਾਲ ਭਰ ਦੇਵੇਗਾ। ਇਹ ਬਾਗ ਅੰਗਰੇਜ਼ਾਂ ਦੀ ਬੇਰਹਿਮੀ ਦਾ ਜਿਉਂਦਾ ਜਾਗਦਾ ਗਵਾਹ ਹੈ। ਇੱਥੇ ਦੀਵਾਰਾਂ ਵਿੱਚ ਅਜੇ ਵੀ ਗੋਲੀਆਂ ਦੇ ਨਿਸ਼ਾਨ ਦੇਖੇ ਜਾ ਸਕਦੇ ਹਨ। 1919 ਵਿੱਚ, ਜਲ੍ਹਿਆਂਵਾਲਾ ਬਾਗ ਵਿੱਚ ਵਿਸਾਖੀ ਦੇ ਦਿਨ, ਆਜ਼ਾਦੀ ਘੁਲਾਟੀਆਂ ਨੇ ਰੋਲਟ ਐਕਟ ਦੇ ਵਿਰੋਧ ਵਿੱਚ ਇੱਕ ਮੀਟਿੰਗ ਦੀ ਯੋਜਨਾ ਬਣਾਈ, ਜਿਸ ‘ਤੇ ਜਨਰਲ ਡਾਇਰ ਨੇ ਗੋਲੀ ਚਲਾਉਣ ਦਾ ਹੁਕਮ ਦਿੱਤਾ। ਇਸ ਕਤਲੇਆਮ ਵਿੱਚ ਹਜ਼ਾਰਾਂ ਲੋਕ ਸ਼ਹੀਦ ਹੋਏ ਸਨ। ਜਿਨ੍ਹਾਂ ਦੀ ਯਾਦ ਵਿੱਚ ਇੱਥੇ ਜਲ੍ਹਿਆਂਵਾਲਾ ਬਾਗ ਵਿਖੇ ਯਾਦਗਾਰ ਬਣਾਈ ਗਈ ਹੈ।

ਝਾਂਸੀ ਦਾ ਕਿਲਾ

ਝਾਂਸੀ ਦਾ ਕਿਲ੍ਹਾ ਬਾਗੀਰਾ ਪਹਾੜੀ ਦੀ ਚੋਟੀ ‘ਤੇ ਸਥਿਤ ਹੈ। ਇਸ ਨੂੰ ਰਾਜਾ ਬੀਰ ਸਿੰਘ ਦਿਓ ਨੇ 17ਵੀਂ ਸਦੀ ਵਿੱਚ ਬਣਵਾਇਆ ਸੀ। 1857 ਦੇ ਆਜ਼ਾਦੀ ਸੰਗਰਾਮ ਦੌਰਾਨ ਇਸ ਕਿਲ੍ਹੇ ਦਾ ਇੱਕ ਹਿੱਸਾ ਤਬਾਹ ਹੋ ਗਿਆ ਸੀ। ਕਿਲ੍ਹੇ ਦੇ ਅੰਦਰ ਭਗਵਾਨ ਗਣੇਸ਼ ਨੂੰ ਸਮਰਪਿਤ ਇੱਕ ਮੰਦਰ ਅਤੇ ਇੱਕ ਅਜਾਇਬ ਘਰ ਹੈ। ਜਿਸ ਨੂੰ ਸੈਲਾਨੀ ਦੇਖ ਸਕਦੇ ਹਨ। ਇੱਥੇ ਸੈਲਾਨੀ ਸ਼ਹੀਦਾਂ ਨੂੰ ਸਮਰਪਿਤ ਜੰਗੀ ਯਾਦਗਾਰ ਅਤੇ ਰਾਣੀ ਲਕਸ਼ਮੀਬਾਈ ਪਾਰਕ ਦਾ ਦੌਰਾ ਕਰ ਸਕਦੇ ਹਨ। ਕਿਲ੍ਹੇ ਤੋਂ ਝਾਂਸੀ ਦੇ ਨਜ਼ਾਰੇ ਦੇਖੇ ਜਾ ਸਕਦੇ ਹਨ। ਇਸ ਕਿਲ੍ਹੇ ਵਿੱਚ ਦਾਖਲ ਹੋਣ ਲਈ ਇੱਕ ਫੀਸ ਅਦਾ ਕਰਨੀ ਪੈਂਦੀ ਹੈ ਅਤੇ ਇਹ ਸਵੇਰੇ 8 ਵਜੇ ਤੋਂ ਸ਼ਾਮ 6 ਵਜੇ ਤੱਕ ਹੀ ਖੁੱਲ੍ਹਾ ਰਹਿੰਦਾ ਹੈ। ਇਹ ਕਿਲਾ ਭਾਰਤ ਦੇ ਸਭ ਤੋਂ ਉੱਚੇ ਕਿਲ੍ਹਿਆਂ ਵਿੱਚ ਗਿਣਿਆ ਜਾਂਦਾ ਹੈ।

 

1857 ਦੇ ਪਹਿਲੇ ਸੁਤੰਤਰਤਾ ਸੰਗਰਾਮ ਦੌਰਾਨ, ਇਸ ਕਿਲ੍ਹੇ ਨੇ ਝਾਂਸੀ ਦੀ ਰਾਣੀ ਲਕਸ਼ਮੀਬਾਈ ਅਤੇ ਬ੍ਰਿਟਿਸ਼ ਫੌਜ ਵਿਚਕਾਰ ਭਿਆਨਕ ਲੜਾਈ ਦੇਖੀ। ਅੰਗਰੇਜ਼ਾਂ ਨੇ ਝਾਂਸੀ ਦੀ ਰਾਣੀ ਨੂੰ ਜੰਗ ਵਿੱਚ ਹਰਾ ਕੇ ਇਸ ਕਿਲ੍ਹੇ ਉੱਤੇ ਕਬਜ਼ਾ ਕਰ ਲਿਆ ਸੀ। ਬਾਅਦ ਵਿੱਚ ਇਹ ਕਿਲਾ ਗਵਾਲੀਅਰ ਦੇ ਮਹਾਰਾਜਾ ਜਿਆਜੀ ਰਾਓ ਸਿੰਧੀਆ ਨੂੰ ਦਿੱਤਾ ਗਿਆ।

Exit mobile version