This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <link href="https://fonts.googleapis.com/css2?family=Karla:wght@300;400;600;700&display=swap" rel="stylesheet"> | |
| <link href="https://linktree-ixkge.ondigitalocean.app/latest_style.css" rel="stylesheet"> | |
| </head> | |
| <body> | |
| <div> | |
| <h1>Emulador de Linktree</h1> | |
| <h3>Enlaces</h3> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| html {background-color:#3d3b3c; font-family: Karla, sans-serif; | |
| font-size: 16px; font-weight: 700;} | |
| h3, h2, h1 { color:#ffffff; margin-bottom: 16px; text-align: center;} | |
| div {position: fixed; top: 25%; left: 50%; | |
| -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);} | |
| a {text-decoration: none!important;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| print("hello") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from googletrans import Translator | |
| import nbformat | |
| import glob | |
| import sys | |
| import os | |
| # References: | |
| # http://nbformat.readthedocs.io/en/latest/api.html | |
| # https://pypi.python.org/pypi/googletrans |