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 79753fe commit 82ee134Copy full SHA for 82ee134
Wiki/Wiki.html
@@ -4,7 +4,7 @@
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>Wiki App with Appwrite</title>
7
- <script src="https://unpkg.com/appwrite/dist/browser.min.js"></script>
+
8
<style>
9
body {
10
font-family: 'Arial', sans-serif;
@@ -65,6 +65,7 @@
65
</style>
66
</head>
67
<body>
68
+ <script src="https://unpkg.com/appwrite/dist/browser.min.js"></script>
69
<h1>Simple Wiki App</h1>
70
71
<h2>Create New Page</h2>
0 commit comments