Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions Wiki/Wiki.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Global Wiki</title>
<title>Global Wiki | Coding Hut</title>
<style>
body {
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -50,8 +50,11 @@
</style>
</head>
<body>
<h1>Global Wiki</h1>
<h1>Coding Hut Global Wiki</h1>
Welcome to the Coding Hut Wiki. You are currently at the "Global Wiki" wiki.
<h3>Wiki Pages</h3>
<div id="wiki-entries"></div>
<h3>Create New Entry</h3>
<input type="text" id="title" placeholder="Title">
<textarea id="content" placeholder="Content"></textarea>
<button onclick="createWikiEntry()">Create Entry</button>
Expand Down