2026-03-02 10:42:15 +00:00
< ? php
// Location-specific SEO
$page_title = " Web Scraping Services in Leeds | UK Data Services " ;
2026-03-08 09:55:36 +00:00
$page_description = " Professional web scraping and data extraction for Leeds businesses. Specialists in financial services data, legal sector intelligence, NHS healthcare, retail, and digital tech. HSBC, First Direct, Leeds legal cluster. 99.8% accuracy, GDPR compliant. " ;
2026-03-02 10:42:15 +00:00
$canonical_url = " https://ukdataservices.co.uk/locations/web-scraping-leeds/ " ;
2026-03-08 09:55:36 +00:00
$keywords = " web scraping Leeds, data services Leeds, data extraction Yorkshire, Leeds financial services data, Leeds legal sector, NHS Yorkshire data, UK data services, GDPR compliant scraping Leeds " ;
2026-03-02 10:42:15 +00:00
$author = " UK Data Services " ;
$og_image = " https://ukdataservices.co.uk/assets/images/locations/leeds.jpg " ;
// Security headers
header ( 'Strict-Transport-Security: max-age=31536000; includeSubDomains' );
?>
<! DOCTYPE html >
2026-03-08 09:55:36 +00:00
< html lang = " en-GB " >
2026-03-02 10:42:15 +00:00
< head >
< meta charset = " UTF-8 " >
< meta name = " viewport " content = " width=device-width, initial-scale=1.0 " >
< title >< ? php echo htmlspecialchars ( $page_title ); ?> </title>
< meta name = " description " content = " <?php echo htmlspecialchars( $page_description ); ?> " >
< meta name = " keywords " content = " <?php echo htmlspecialchars( $keywords ); ?> " >
< meta name = " author " content = " <?php echo htmlspecialchars( $author ); ?> " >
< meta name = " robots " content = " index, follow " >
< link rel = " canonical " href = " <?php echo htmlspecialchars( $canonical_url ); ?> " >
2026-03-08 09:55:36 +00:00
2026-03-02 10:42:15 +00:00
<!-- Open Graph -->
< meta property = " og:type " content = " website " >
< meta property = " og:url " content = " <?php echo htmlspecialchars( $canonical_url ); ?> " >
< meta property = " og:title " content = " <?php echo htmlspecialchars( $page_title ); ?> " >
< meta property = " og:description " content = " <?php echo htmlspecialchars( $page_description ); ?> " >
< meta property = " og:image " content = " <?php echo htmlspecialchars( $og_image ); ?> " >
2026-03-08 09:55:36 +00:00
< meta property = " og:locale " content = " en_GB " >
2026-03-02 10:42:15 +00:00
<!-- Local Business Schema -->
< script type = " application/ld+json " >
{
" @context " : " https://schema.org " ,
" @type " : " LocalBusiness " ,
" name " : " UK Data Services - Leeds " ,
" description " : " Professional web scraping and data extraction services in Leeds, Yorkshire " ,
2026-03-08 09:55:36 +00:00
" url " : " https://ukdataservices.co.uk/locations/web-scraping-leeds/ " ,
2026-03-02 10:42:15 +00:00
" address " : {
" @type " : " PostalAddress " ,
" addressLocality " : " Leeds " ,
" addressRegion " : " Yorkshire " ,
" addressCountry " : " GB "
},
" areaServed " : {
" @type " : " GeoCircle " ,
" geoMidpoint " : {
" @type " : " GeoCoordinates " ,
" latitude " : 53.8008 ,
" longitude " : - 1.5491
},
" geoRadius " : " 50000 "
},
2026-03-08 09:55:36 +00:00
" openingHours " : " Mo-Fr 09:00-18:00 " ,
2026-03-02 10:42:15 +00:00
" email " : " info@ukdataservices.co.uk "
}
</ script >
2026-03-08 09:55:36 +00:00
<!-- Fonts -->
< link rel = " preconnect " href = " https://fonts.googleapis.com " >
< link rel = " preconnect " href = " https://fonts.gstatic.com " crossorigin >
< link href = " https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700&family=Lato:wght@400;500;600;700&display=swap " rel = " stylesheet " >
2026-03-02 10:42:15 +00:00
<!-- CSS -->
< link rel = " stylesheet " href = " /assets/css/main.css?v=20260222 " >
2026-03-08 09:55:36 +00:00
< style >
. location - hero {
background : linear - gradient ( 135 deg , rgba ( 20 , 71 , 132 , 0.95 ) 0 % , rgba ( 23 , 158 , 131 , 0.9 ) 100 % );
color : white ;
padding : 120 px 0 80 px ;
text - align : center ;
}
. location - hero h1 { font - size : 2.8 rem ; margin - bottom : 20 px ; font - weight : 700 ; }
. hero - subtitle { font - size : 1.25 rem ; max - width : 800 px ; margin : 0 auto 40 px ; opacity : 0.95 ; line - height : 1.6 ; }
. hero - stats { display : flex ; justify - content : center ; gap : 60 px ; margin - bottom : 40 px ; flex - wrap : wrap ; }
. stat { text - align : center ; }
. stat - number { display : block ; font - size : 3 rem ; font - weight : 700 ; }
. stat - label { font - size : 1 rem ; opacity : 0.9 ; }
. hero - cta { display : flex ; gap : 20 px ; justify - content : center ; flex - wrap : wrap ; }
. services - section { padding : 80 px 0 ; }
. section - title { text - align : center ; margin - bottom : 60 px ; }
. section - title h2 { font - size : 2.2 rem ; color : #1a1a1a; margin-bottom: 15px; }
. section - title p { font - size : 1.1 rem ; color : #666; max-width: 700px; margin: 0 auto; }
. services - grid { display : grid ; grid - template - columns : repeat ( auto - fit , minmax ( 300 px , 1 fr )); gap : 30 px ; }
. service - card { background : white ; padding : 35 px ; border - radius : 12 px ; box - shadow : 0 4 px 20 px rgba ( 0 , 0 , 0 , 0.08 ); border - left : 4 px solid #144784; transition: transform 0.3s ease; }
. service - card : hover { transform : translateY ( - 5 px ); }
. service - card h3 { font - size : 1.3 rem ; color : #1a1a1a; margin-bottom: 15px; }
. service - card p { color : #555; line-height: 1.6; }
. industries - section { padding : 80 px 0 ; background : #f8f9fa; }
. industries - grid { display : grid ; grid - template - columns : repeat ( auto - fit , minmax ( 250 px , 1 fr )); gap : 25 px ; }
. industry - card { background : white ; padding : 30 px ; border - radius : 10 px ; text - align : center ; box - shadow : 0 2 px 15 px rgba ( 0 , 0 , 0 , 0.06 ); }
. industry - card h3 { color : #144784; margin: 15px 0 10px; }
. industry - card p { color : #666; font-size: 0.95rem; }
. expertise - section { padding : 80 px 0 ; }
. expertise - grid { display : grid ; grid - template - columns : repeat ( auto - fit , minmax ( 280 px , 1 fr )); gap : 30 px ; margin - top : 40 px ; }
. expertise - card { background : white ; padding : 35 px ; border - radius : 12 px ; box - shadow : 0 4 px 20 px rgba ( 0 , 0 , 0 , 0.08 ); }
. expertise - card h3 { font - size : 1.2 rem ; color : #144784; margin-bottom: 12px; }
. expertise - card p { color : #555; line-height: 1.6; margin-bottom: 15px; }
. expertise - card ul { color : #555; padding-left: 18px; line-height: 1.8; }
. case - studies { padding : 80 px 0 ; background : #f8f9fa; }
. case - study { background : white ; padding : 40 px ; border - radius : 12 px ; box - shadow : 0 4 px 20 px rgba ( 0 , 0 , 0 , 0.08 ); }
. case - study h3 { font - size : 1.4 rem ; color : #1a1a1a; margin-bottom: 15px; }
. case - study p { color : #555; line-height: 1.7; margin-bottom: 25px; }
. case - results { display : flex ; gap : 40 px ; flex - wrap : wrap ; }
. result { text - align : center ; }
. result - number { display : block ; font - size : 2.5 rem ; font - weight : 700 ; color : #144784; }
. result - label { font - size : 0.9 rem ; color : #666; }
. areas - section { padding : 80 px 0 ; }
. areas - grid { display : flex ; flex - wrap : wrap ; gap : 15 px ; justify - content : center ; }
. area - tag { background : #f0f4f8; padding: 10px 20px; border-radius: 25px; color: #144784; font-weight: 500; transition: all 0.3s ease; }
. area - tag : hover { background : #144784; color: white; }
. cta - section { background : linear - gradient ( 135 deg , #144784 0%, #179e83 100%); color: white; padding: 80px 0; text-align: center; }
. cta - section h2 { font - size : 2.2 rem ; margin - bottom : 20 px ; }
. cta - section p { font - size : 1.2 rem ; margin - bottom : 30 px ; opacity : 0.95 ; }
. nearby - locations { padding : 60 px 0 ; }
. locations - grid { display : flex ; flex - wrap : wrap ; gap : 15 px ; justify - content : center ; margin - top : 30 px ; }
. location - link { background : #f0f4f8; padding: 12px 24px; border-radius: 8px; color: #144784; text-decoration: none; font-weight: 500; transition: all 0.3s ease; }
. location - link : hover { background : #144784; color: white; }
. btn { display : inline - flex ; align - items : center ; justify - content : center ; padding : 14 px 28 px ; border : none ; border - radius : 8 px ; text - decoration : none ; font - weight : 600 ; font - size : 16 px ; cursor : pointer ; transition : all 0.3 s ease ; }
. btn - primary { background : #179e83; color: white; }
. btn - primary : hover { background : #148f76; }
. btn - secondary { background : white ; color : #144784; }
. btn - secondary : hover { background : transparent ; color : white ; border : 2 px solid white ; }
. breadcrumb { background : #f5f5f5; padding: 15px 0; }
. breadcrumb ol { list - style : none ; padding : 0 ; margin : 0 ; display : flex ; flex - wrap : wrap ; gap : 10 px ; }
. breadcrumb li : not ( : last - child ) :: after { content : '› ' ; margin - left : 10 px ; color : #999; }
. breadcrumb a { color : #144784; text-decoration: none; }
@ media ( max - width : 768 px ) {
. location - hero h1 { font - size : 2 rem ; }
. hero - stats { gap : 30 px ; }
. stat - number { font - size : 2 rem ; }
}
</ style >
2026-03-02 10:42:15 +00:00
</ head >
< body >
< ? php include ( $_SERVER [ " DOCUMENT_ROOT " ] . " /includes/nav.php " ); ?>
2026-03-08 09:55:36 +00:00
<!-- Breadcrumb -->
< section class = " breadcrumb " >
< div class = " container " >
< nav aria - label = " breadcrumb " >
< ol >
< li >< a href = " / " > Home </ a ></ li >
< li >< a href = " / " > Locations </ a ></ li >
< li > Leeds </ li >
</ ol >
</ nav >
</ div >
</ section >
2026-03-02 10:42:15 +00:00
< main id = " main-content " >
2026-03-08 09:55:36 +00:00
2026-03-02 10:42:15 +00:00
<!-- Hero Section -->
2026-03-08 09:55:36 +00:00
< section class = " location-hero " >
2026-03-02 10:42:15 +00:00
< div class = " container " >
2026-03-08 09:55:36 +00:00
< h1 > Web Scraping Services in Leeds </ h1 >
< p class = " hero-subtitle " > Leeds has built one of the UK 's strongest regional economies on three pillars: financial services anchored by HSBC UK' s headquarters and First Direct , a legal sector that rivals Manchester in scale , and a retail centre drawing from across Yorkshire . We provide the structured , reliable data that Leeds businesses need to operate at the pace these sectors demand .</ p >
< div class = " hero-stats " >
< div class = " stat " >
< span class = " stat-number " > 99.8 %</ span >
< span class = " stat-label " > Data Accuracy </ span >
</ div >
< div class = " stat " >
< span class = " stat-number " > 500 +</ span >
< span class = " stat-label " > Projects Completed </ span >
</ div >
< div class = " stat " >
< span class = " stat-number " > Since 2013 </ span >
< span class = " stat-label " > UK Data Specialists </ span >
</ div >
</ div >
< div class = " hero-cta " >
< a href = " /quote " class = " btn btn-primary " > Get Free Quote </ a >
< a href = " #services " class = " btn btn-secondary " > Our Services </ a >
</ div >
</ div >
</ section >
<!-- Services Section -->
< section class = " services-section " id = " services " >
< div class = " container " >
< div class = " section-title " >
< h2 > Data Services for Leeds Businesses </ h2 >
< p > Sector - specific data extraction built around Yorkshire ' s largest city </ p >
</ div >
< div class = " services-grid " >
< div class = " service-card " >
< h3 > Financial Services Data </ h3 >
< p > HSBC UK is headquartered in Leeds , First Direct operates from the city , and a significant cluster of independent financial advisors , wealth managers , and building societies operate across West Yorkshire . We extract publicly available product data , interest rate tables , regulatory announcements , and competitor positioning for Leeds ' s substantial financial services sector .</ p >
</ div >
< div class = " service-card " >
< h3 > Legal Sector Intelligence </ h3 >
< p > Leeds is one of the largest legal centres in England outside London , home to major national firms including Addleshaw Goddard , Squire Patton Boggs , and DLA Piper ' s Yorkshire practice . We aggregate publicly available court listings , judicial decisions from the Leeds combined court , Companies House filings , and legal market data for law firms and legal technology businesses .</ p >
</ div >
< div class = " service-card " >
< h3 > NHS & amp ; Healthcare Data Aggregation </ h3 >
< p > Leeds Teaching Hospitals NHS Trust is one of the largest NHS trusts in England , and the NHS England Transformation Directorate has a significant presence in the city . We extract NHS procurement notices , clinical trial data , health technology assessment publications , and performance datasets for healthcare suppliers , consultancies , and analytics businesses .</ p >
</ div >
< div class = " service-card " >
< h3 > Retail & amp ; E - commerce Price Intelligence </ h3 >
< p > Leeds ' s Trinity Leeds and Victoria Gate shopping centres anchor a regional retail catchment extending across Yorkshire . We monitor competitor pricing across online channels and physical retail , track brand presence across national marketplaces , and extract consumer review data to support retail decision - making for Leeds - based businesses .</ p >
</ div >
< div class = " service-card " >
< h3 > Digital & amp ; Tech Sector Monitoring </ h3 >
< p > Leeds ' s Kirkgate Market district and Wellington Place office quarter host a growing number of digital agencies , SaaS businesses , and tech consultancies . We support product and growth teams with competitive product data , job market trend extraction , funding announcement monitoring , and market benchmark data .</ p >
</ div >
< div class = " service-card " >
< h3 > Property & amp ; Development Data </ h3 >
< p > Leeds 's residential market is among Yorkshire' s most active , and the South Bank regeneration zone is one of Europe ' s largest urban development projects . We extract planning application data , commercial property listings , residential transaction records , and build - to - rent market information for property professionals across West Yorkshire .</ p >
2026-03-02 10:42:15 +00:00
</ div >
</ div >
</ div >
</ section >
2026-03-08 09:55:36 +00:00
<!-- Industries Section -->
< section class = " industries-section " >
< div class = " container " >
< div class = " section-title " >
< h2 > Leeds Industries We Serve </ h2 >
< p > Data solutions built around the sectors that drive Leeds and West Yorkshire </ p >
</ div >
< div class = " industries-grid " >
< div class = " industry-card " >
< h3 > Financial Services </ h3 >
< p > HSBC UK headquarters , First Direct , Yorkshire Building Society , and a strong IFA and wealth management community make Leeds the North ' s most important financial services centre . We provide data monitoring across publicly available product , rate , and regulatory information .</ p >
</ div >
< div class = " industry-card " >
< h3 > Legal Services </ h3 >
< p > Leeds rivals Manchester for the scale of its legal sector . National firms , regional practices , and legal technology businesses operating from Wellington Place and the city centre use our data services for research , business development , and compliance monitoring .</ p >
</ div >
< div class = " industry-card " >
< h3 > NHS & amp ; Healthcare </ h3 >
< p > Leeds Teaching Hospitals and the NHS presence in West Yorkshire create substantial demand for healthcare data . We serve suppliers , consultancies , and health analytics businesses with structured NHS procurement , performance , and clinical data .</ p >
</ div >
< div class = " industry-card " >
< h3 > Retail & amp ; E - commerce </ h3 >
< p > Trinity Leeds , Victoria Gate , and Leeds ' s significant e - commerce sector & mdash ; including a number of fashion - focused pure players & mdash ; make the city an important retail data market . We provide pricing , product , and market intelligence across channels .</ p >
</ div >
< div class = " industry-card " >
< h3 > Digital & amp ; Technology </ h3 >
< p > Leeds has attracted digital agencies , fintech businesses , and SaaS companies at a rate that outpaces many comparable UK cities . We support tech companies with competitive intelligence , market data , and lead generation through structured data extraction .</ p >
</ div >
< div class = " industry-card " >
< h3 > Property & amp ; Development </ h3 >
< p > The South Bank regeneration , strong residential demand , and active commercial property market make Leeds one of England ' s most data - intensive property markets outside London . We serve agents , developers , and investors with planning , transaction , and listing data .</ p >
</ div >
</ div >
</ div >
</ section >
2026-03-02 10:42:15 +00:00
<!-- Local Expertise -->
2026-03-08 09:55:36 +00:00
< section class = " expertise-section " >
2026-03-02 10:42:15 +00:00
< div class = " container " >
2026-03-08 09:55:36 +00:00
< div class = " section-title " >
< h2 > Why Leeds Businesses Choose Us </ h2 >
< p > Understanding of Yorkshire ' s legal , financial , and healthcare data landscape </ p >
</ div >
2026-03-02 10:42:15 +00:00
< div class = " expertise-grid " >
< div class = " expertise-card " >
2026-03-08 09:55:36 +00:00
< h3 > Legal & amp ; Financial Sector Knowledge </ h3 >
< p > We understand the data sources that matter to Leeds ' s legal and financial communities : Companies House , court listing systems , FCA public registers , and the specific databases and portals that practitioners in these sectors rely on . Our extraction systems are built around these sources .</ p >
2026-03-02 10:42:15 +00:00
< ul >
2026-03-08 09:55:36 +00:00
< li > Leeds Combined Court listing extraction </ li >
< li > FCA and Companies House data feeds </ li >
< li > Financial product and rate monitoring </ li >
2026-03-02 10:42:15 +00:00
</ ul >
</ div >
< div class = " expertise-card " >
2026-03-08 09:55:36 +00:00
< h3 > NHS & amp ; Public Sector Expertise </ h3 >
< p > West Yorkshire ' s NHS and local government structures create a distinct public procurement landscape . We monitor NHS Supply Chain , the Find a Tender service , and individual trust procurement portals to give healthcare suppliers accurate , timely opportunity data .</ p >
2026-03-02 10:42:15 +00:00
< ul >
2026-03-08 09:55:36 +00:00
< li > NHS procurement portal monitoring </ li >
< li > Find a Tender and Contracts Finder tracking </ li >
< li > West Yorkshire local authority data </ li >
2026-03-02 10:42:15 +00:00
</ ul >
</ div >
< div class = " expertise-card " >
2026-03-08 09:55:36 +00:00
< h3 > GDPR & amp ; UK Data Compliance </ h3 >
< p > Every project we deliver is compliant with UK GDPR and the Data Protection Act 2018. We provide full documentation of our extraction methodology , data handling procedures , and delivery formats to support your legal and compliance teams .</ p >
2026-03-02 10:42:15 +00:00
< ul >
< li > Data Protection Impact Assessments </ li >
2026-03-08 09:55:36 +00:00
< li > Secure , encrypted data delivery </ li >
< li > Audit - ready compliance records </ li >
2026-03-02 10:42:15 +00:00
</ ul >
</ div >
</ div >
</ div >
</ section >
2026-03-08 09:55:36 +00:00
<!-- Case Study -->
< section class = " case-studies " >
2026-03-02 10:42:15 +00:00
< div class = " container " >
2026-03-08 09:55:36 +00:00
< div class = " section-title " >
< h2 > Leeds in Practice : A Recent Project </ h2 >
< p > An anonymised example of the work we do for Yorkshire clients </ p >
</ div >
2026-03-02 10:42:15 +00:00
< div class = " case-study " >
2026-03-08 09:55:36 +00:00
< h3 > Leeds Law Firm : Business Development Data Programme </ h3 >
< p > A Leeds - based commercial law firm needed to monitor corporate transactions , property deals , and planning decisions across Yorkshire to identify business development opportunities before they were publicly announced in the trade press . Their BD team was manually tracking Companies House filings , Land Registry releases , and planning portal updates across six local authority areas & mdash ; a process taking nearly three days per week of analyst time . We built an automated extraction and alert system covering all relevant Yorkshire planning portals , the Land Registry transaction feed , and Companies House new filings , delivering a daily digest organised by geography , deal type , and value threshold . The BD team now spends that time pursuing identified opportunities rather than searching for them , and the firm reported a measurable improvement in new instruction rates from proactive outreach in the 12 months following implementation .</ p >
2026-03-02 10:42:15 +00:00
< div class = " case-results " >
< div class = " result " >
2026-03-08 09:55:36 +00:00
< span class = " result-number " > 6 </ span >
< span class = " result-label " > Local Authority Areas Monitored </ span >
2026-03-02 10:42:15 +00:00
</ div >
< div class = " result " >
2026-03-08 09:55:36 +00:00
< span class = " result-number " > 3 days </ span >
< span class = " result-label " > Analyst Time Saved Per Week </ span >
</ div >
< div class = " result " >
< span class = " result-number " > 99.8 %</ span >
< span class = " result-label " > Data Accuracy </ span >
2026-03-02 10:42:15 +00:00
</ div >
</ div >
</ div >
</ div >
</ section >
2026-03-08 09:55:36 +00:00
<!-- Areas Section -->
< section class = " areas-section " >
< div class = " container " >
< div class = " section-title " >
< h2 > Serving Leeds and Yorkshire </ h2 >
< p > Data services across Leeds , West Yorkshire , and the wider Yorkshire region </ p >
</ div >
< div class = " areas-grid " >
< span class = " area-tag " > Leeds City Centre </ span >
< span class = " area-tag " > Wellington Place </ span >
< span class = " area-tag " > South Bank </ span >
< span class = " area-tag " > Headingley </ span >
< span class = " area-tag " > Kirkstall </ span >
< span class = " area-tag " > Horsforth </ span >
< span class = " area-tag " > Morley </ span >
< span class = " area-tag " > Bradford </ span >
< span class = " area-tag " > Harrogate </ span >
< span class = " area-tag " > York </ span >
< span class = " area-tag " > Wakefield </ span >
< span class = " area-tag " > Huddersfield </ span >
< span class = " area-tag " > Halifax </ span >
< span class = " area-tag " > Sheffield </ span >
</ div >
</ div >
</ section >
2026-03-02 10:42:15 +00:00
<!-- CTA -->
2026-03-08 09:55:36 +00:00
< section class = " cta-section " >
2026-03-02 10:42:15 +00:00
< div class = " container " >
2026-03-08 09:55:36 +00:00
< h2 > Need Data Solutions in Leeds ? </ h2 >
< p > Tell us what you need and we will scope a solution within 24 hours . Free consultation , no obligation .</ p >
< div class = " hero-cta " >
< a href = " /quote " class = " btn btn-primary " > Get Free Quote </ a >
< a href = " /#contact " class = " btn btn-secondary " > Contact Us </ a >
2026-03-02 10:42:15 +00:00
</ div >
</ div >
</ section >
2026-03-08 09:55:36 +00:00
2026-03-02 10:42:15 +00:00
<!-- Nearby Locations -->
2026-03-08 09:55:36 +00:00
< section class = " nearby-locations " >
2026-03-02 10:42:15 +00:00
< div class = " container " >
2026-03-08 09:55:36 +00:00
< div class = " section-title " >
< h2 > Also Serving Nearby Areas </ h2 >
</ div >
2026-03-02 10:42:15 +00:00
< div class = " locations-grid " >
2026-03-02 11:44:06 +00:00
< a href = " /locations/london " class = " location-link " > London </ a >
< a href = " /locations/manchester " class = " location-link " > Manchester </ a >
< a href = " /locations/birmingham " class = " location-link " > Birmingham </ a >
2026-03-08 09:55:36 +00:00
< a href = " /locations/web-scraping-edinburgh " class = " location-link " > Edinburgh </ a >
< a href = " / " class = " location-link " > All Locations </ a >
2026-03-02 10:42:15 +00:00
</ div >
</ div >
</ section >
2026-03-08 09:55:36 +00:00
2026-03-02 10:42:15 +00:00
</ main >
2026-03-08 09:55:36 +00:00
2026-03-02 10:42:15 +00:00
< ? php include ( $_SERVER [ " DOCUMENT_ROOT " ] . " /includes/footer.php " ); ?>
2026-03-08 09:55:36 +00:00
< script src = " /assets/js/main.js " defer ></ script >
2026-03-02 10:42:15 +00:00
</ body >
2026-03-08 09:55:36 +00:00
</ html >