-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 872 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Test GitHub Repository</title>
</head>
<body>
<script src="script.js"></script>
<header>
<h1>Welcome to My Test GitHub Repository</h1>
</header>
<section>
<p>This is a basic HTML webpage created for a test GitHub repository. You can use this as a starting point to develop more complex web pages.</p>
<p>Explore the repository to find more interesting projects and code samples.</p>
<button id="welcomeButton">Show Welcome Message</button>
</section>
<footer>
<p>Visit the <a href="https://github.com/xGentuso/Mxtuh" target="_blank">GitHub repository</a> for more information.</p>
</footer>
</body>
</html>