Skip to content

Commit c1382c1

Browse files
Updated the ui
Co-authored-by: Code Explorer <shamsulrahmanhanify@users.noreply.github.com>
1 parent 2899c69 commit c1382c1

20 files changed

Lines changed: 1231 additions & 1482 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
<title>Functions in JavaScript</title>
7+
<link rel="stylesheet" href="../../../assets/css/general.css" />
8+
<link rel="stylesheet" href="../../../assets/css/styles.css" />
9+
</head>
10+
<style>
11+
iframe {
12+
width: 100vw;
13+
min-height: 100vh;
14+
}
15+
</style>
16+
<body>
17+
<nav class="breadcrumb" id="breadcrumb"></nav>
18+
19+
<div class="general-container">
20+
<iframe src="functions.html" frameborder="0"></iframe>
21+
</div>
22+
<script src="../../../assets/js/generateBreadcrumb.js"></script>
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)