{% extends 'base.html' %} {% block title %} Picture Puzzle history {% endblock %} {% block content %} <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/posts.css') }}"> <section class="content"> <h1>Picture Puzzle history</h1> <img src="{{ url_for('static', filename='images/picture-puzzle.png') }}" alt="Picture Puzzle original" width="800" height="500"> <p class="text"></br>The widgets originated in the Sideshow project at Microsoft Research. Its development started in the summer of 2000 and lasted for 1 year under the Microsoft brand. In 2001, Picture Puzzle was released for Windows Vista, and then later was included in Windows 7 upon its release. Just like all the other gadgets, Picture Puzzle was quite popular as a form of a fun and interactive way for users to enjoy their favorite images while challenging their puzzle-solving skills.</br></br>Sadly, rumors started to spread about the malicious potential gadgets had, as most gadgets were created by third-party developers, which could result in malware being coded into the gadgets. Because of that, shortly after Windows 7 release Microsoft had officially announced the removal of gadgets.</br></br></br> womp womp </p> </section> {% endblock %}