File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- < DOCTYPE html >
2- < body >
3- < h2 > aishites html place</ h2 >
4- < p > standard block, yes this has w bypassers in beta</ p >
5- </ body >
6- < html >
7- </ html >
1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < link rel ="stylesheet " href ="style.css ">
7+ < title > Welcome to Aishite</ title >
8+ </ head >
9+ < body >
10+ < header >
11+ < h1 > Welcome to Aishite!</ h1 >
12+ </ header >
13+ < main >
14+ < section >
15+ < p > This is a simple static page hosted on Render. Explore the sections below:</ p >
16+ < ul >
17+ < li > < a href ="about.html "> About Us</ a > </ li >
18+ < li > < a href ="projects.html "> Our Projects</ a > </ li >
19+ < li > < a href ="contact.html "> Contact</ a > </ li >
20+ </ ul >
21+ </ section >
22+ </ main >
23+ < footer >
24+ < p > © 2026 Aishite. All rights reserved.</ p >
25+ </ footer >
26+ < script src ="script.js "> </ script >
27+ </ body >
28+ </ html >
You can’t perform that action at this time.
0 commit comments