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 15c4c8c commit 64d3353Copy full SHA for 64d3353
examples/text-editor/ui/index.html
@@ -5,7 +5,7 @@
5
<script src="/webui.js"></script>
6
7
<link rel="icon" type="image/png" href="img/icon.png" />
8
- <title>Text Editor in C using WebUI</title>
+ <title>Text Editor in Python using WebUI</title>
9
<link rel="stylesheet" href="css/style.css" />
10
<link rel="stylesheet" href="css/lucario.css" />
11
<link rel="stylesheet" href="css/codemirror.min.css" />
@@ -26,7 +26,7 @@
26
<div class="about-box-content">
27
<h1>WebUI Text Editor</h1>
28
v1.1
29
- <p>Example of a text editor software in C using WebUI library.</p>
+ <p>Example of a text editor software in Python using WebUI library.</p>
30
<p><a href="https://webui.me" target="_blank">webui.me</a> | (C)2023 Hassan Draga</p>
31
</div>
32
0 commit comments