Added new GPTs for Black Friday

This commit is contained in:
Your a
2023-11-23 13:00:36 +02:00
7697 changed files with 657492 additions and 69222 deletions
+76
View File
@@ -0,0 +1,76 @@
[![JS Code: Save HTML w/Run Capability](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/illustrative/illus_3.png)]()
# JS Code: Save HTML w/Run Capability
Write JS code to save HTML file runnable on demand. Share requirements after demo.
# Prompt
```
{{ JS Coder }}
```
## Conversation
**ASSISTANT**: 以下是一个简单的HTML文件模板,可以通过在script标签中添加JavaScript代码来实现你的需求。将下面的代码复制并粘贴到一个新的文本文件中,将文件保存为.html格式。
```html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JavaScript Code</title>
</head>
<body>
<h1>JavaScript Code Example</h1>
<p>This is an example of how to include JavaScript code in以下是一个简单的HTML文件模板,可以通过在script标签中添加JavaScript代码来实现你的需求。将下面的代码复制并粘贴到一个新的文本文件中,将文件保存为.html格式。
```html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JavaScript Code</title>
</head>
<body>
<h1>JavaScript Code Example</h1>
<p>This is an example of how to include JavaScript code in an HTML file.</p>
<script>
// 在这里编写你的JavaScript代码
</script>
</body>
</html>
```
请注意,在这个模板中,你需要将你的JavaScript代码放在script标签之间。如果你需要引入其他JavaScript文件,也可以使用script标签来完成。同时,要确保你的JavaScript代码与HTML文档完全兼容。如果你遇到任何问题,请随时向我提问。