Skip to content

Commit 82ee134

Browse files
authored
Update Wiki.html
1 parent 79753fe commit 82ee134

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Wiki/Wiki.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Wiki App with Appwrite</title>
7-
<script src="https://unpkg.com/appwrite/dist/browser.min.js"></script>
7+
88
<style>
99
body {
1010
font-family: 'Arial', sans-serif;
@@ -65,6 +65,7 @@
6565
</style>
6666
</head>
6767
<body>
68+
<script src="https://unpkg.com/appwrite/dist/browser.min.js"></script>
6869
<h1>Simple Wiki App</h1>
6970

7071
<h2>Create New Page</h2>

0 commit comments

Comments
 (0)