Skip to content

Commit

Permalink
yesterday
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdoe committed Jun 30, 2023
1 parent cb5c9aa commit 8ce3620
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Binary file added screenshots/game-341.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions week-046.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,3 +296,27 @@ for l in lines:
print(total)
```

## [DAY-341] html


Use ChatGPT to make 20 websites, 1 html file per anime, for top 20 animes, this is an example prompt (you can also change it for each anime) you could use:

```
you are a great web designer and anima fan, make a website with RED and BLACK and YELLOW to explain the story of NARUTO.
write the complete html including the styles, and fill the sections with valuable and detailed text
* add an image NARUTO.jpg below the title, centered
* show the age rating and category
* the main characters information and the story outline.
* include a table comparing it with other top animes that are similar
```

(if chatgpt's response is cut mid way click the 'continue generating' button to continue writing the html)

Download one image per anime and upload it as well and properly fix the <img> tag generated by chatgpt. Upload the html files and images to your server in /var/www/html/ (scp file.html your-user@your-server-ip:/var/www/html/ will copy it from your computer to /var/www/html/file.html on the server)

> those are some of the websites:
![game-341.png](./screenshots/game-341.jpg "game 341 screenshot")

0 comments on commit 8ce3620

Please sign in to comment.