Skip to content

Commit 79919a1

Browse files
Add files via upload
1 parent dda6afd commit 79919a1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

WebServerAI/index.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
<html>
22
<head>
33
<title>WebServerAI - AI powered Web building software</title>
4-
<meta name="description" content="WebServerChat is a sophisticated JavaScript AI chatbot designed to enhance user interactions within a web server environment. This intelligent chatbot seamlessly integrates with web applications to provide real-time assistance, answer queries, offer recommendations, and engage users in interactive conversations. With advanced natural language processing capabilities, WebServerChat delivers personalized and efficient support, making it an invaluable tool for enhancing user experience and facilitating communication on web servers." />
5-
<meta name="keywords" content="WebServerChat, JavaScript, AI, chatbot, web server, user interactions, web applications, real-time assistance, natural language processing, personalized support, user experience, communication" />
4+
<meta name="description" content="WebServerAI is a sophisticated JavaScript AI chatbot designed to enhance user interactions within a web server environment. This intelligent chatbot seamlessly integrates with web applications to provide real-time assistance, answer queries, offer recommendations, and engage users in interactive conversations. With advanced natural language processing capabilities, WebServerAI delivers personalized and efficient support, making it an invaluable tool for enhancing user experience and facilitating communication on web servers." />
5+
<meta name="keywords" content="WebServerAI, JavaScript, AI, chatbot, web server, user interactions, web applications, real-time assistance, natural language processing, personalized support, user experience, communication" />
66
<meta name="author" content="XHiddenProjects">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
9+
<!--<link rel="stylesheet" href="/WebServerAI/test/example.css"/>-->
910
</head>
1011
<body>
12+
<!--<div class="wsa-container" wsa-exclude><div class="wsa-editor-side"><div class="wsa-editor-container"><textarea class="wsa-editor"></textarea><nav class="wsa-nav"><button class="wsa-exec">Execute</button></nav></div></div><div class="wsa-preview-side"><nav class="wsa-nav">Preview</nav><iframe class="wsa-previewer"></iframe></div>-->
1113
<script type="module" src="./test/example.js" wsa-exclude></script>
1214
</body>
1315
</html>

0 commit comments

Comments
 (0)