Skip to content

Commit 30881e1

Browse files
committed
Update index.html with new content
1 parent 9b59fa5 commit 30881e1

1 file changed

Lines changed: 28 additions & 7 deletions

File tree

index.html

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
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>&copy; 2026 Aishite. All rights reserved.</p>
25+
</footer>
26+
<script src="script.js"></script>
27+
</body>
28+
</html>

0 commit comments

Comments
 (0)