Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored May 10, 2024
1 parent 5624da5 commit 57c9495
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/ui/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Super Advanced High-Tech UI</title>
</head>
<body>
<header>
<h1>Super Advanced High-Tech UI</h1>
</header>
<main>
<section id="content">
<!-- Dynamic content will be inserted here -->
</section>
<section id="controls">
<button id="load-content">Load Content</button>
</section>
</main>
<footer>
<p>&copy; 2023 Super Advanced High-Tech UI</p>
</footer>
<script src="script.js"></script>
</body>
</html>

0 comments on commit 57c9495

Please sign in to comment.