We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4553425 commit 54b0cedCopy full SHA for 54b0ced
Wiki/Wiki.html
@@ -181,14 +181,16 @@
181
</style>
182
</head>
183
<body>
184
+ <h1>Coding Hut Wiki</h1>
185
<div class="container">
- <h2>Create New Wiki</h2>
186
+ <h2>Create New Wiki Page</h2>
187
<div class="form-container">
188
<input type="text" id="createTitle" placeholder="Enter title" />
189
<textarea id="createContent" placeholder="Enter content"></textarea>
190
<button onclick="createPage()">➕ Create Wiki</button>
191
</div>
-
192
+
193
+ <h2>Wiki Pages</h2>
194
<div id="pages">
195
<!-- List of pages will appear here -->
196
0 commit comments