13 lines
		
	
	
		
			496 B
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			496 B
		
	
	
	
		
			HTML
		
	
	
{% extends 'base.html' %}
 | 
						|
 | 
						|
{% block title %}
 | 
						|
    How the 'Picture Puzzle remake' was made
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/posts.css') }}">
 | 
						|
    <section class="content">
 | 
						|
        <h1>"Picture Puzzle remake" - How it was made</h1>
 | 
						|
        <img src="{{ url_for('static', filename='images/coding.png') }}" alt="Some intense coding" width="800" height="500">
 | 
						|
        <p class="text"></br>Somehow idk</p>
 | 
						|
{% endblock %} |