Skip to content

Instantly share code, notes, and snippets.

View sbguiAlves's full-sized avatar

Guilherme Alves sbguiAlves

View GitHub Profile
@marcoscastro
marcoscastro / test_html.py
Created August 31, 2015 23:05
Python - Gerando arquivo HTML
# encoding:utf-8
# string com o código HTML
codigo_html = '''
<html>
<head>
<title>www.GeeksBR.com</title>
<script src="script.js"></script>
</head>