Skip to content

Commit 54b0ced

Browse files
authored
Added headings to the Wiki
Added headings
1 parent 4553425 commit 54b0ced

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Wiki/Wiki.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,16 @@
181181
</style>
182182
</head>
183183
<body>
184+
<h1>Coding Hut Wiki</h1>
184185
<div class="container">
185-
<h2>Create New Wiki</h2>
186+
<h2>Create New Wiki Page</h2>
186187
<div class="form-container">
187188
<input type="text" id="createTitle" placeholder="Enter title" />
188189
<textarea id="createContent" placeholder="Enter content"></textarea>
189190
<button onclick="createPage()">➕ Create Wiki</button>
190191
</div>
191-
192+
193+
<h2>Wiki Pages</h2>
192194
<div id="pages">
193195
<!-- List of pages will appear here -->
194196
</div>

0 commit comments

Comments
 (0)