Skip to content

Instantly share code, notes, and snippets.

@jubilancy
Last active July 2, 2026 23:03
Show Gist options
  • Select an option

  • Save jubilancy/7be412105ea19b0c57099732ea63e706 to your computer and use it in GitHub Desktop.

Select an option

Save jubilancy/7be412105ea19b0c57099732ea63e706 to your computer and use it in GitHub Desktop.
glitch-art.vercel.app
<img src="https://glitch-art.vercel.app/api/simple?word=eliana" alt="Glitch Art" />

Summary - HTML Image Tag Glitch Art

This file serves as a simple implementation for displaying dynamic glitch art via a cloud-based API. It highlights how web developers use external microservices to inject generative visual elements into static HTML structures.

  • The user is viewing a GitHub Gist file named glitch.html created by the user jubilancy.
  • A security warning appears regarding hidden or bidirectional Unicode text that could be misinterpreted by compilers.
  • The HTML content consists of a single img tag referencing a dynamic API endpoint for glitch art.
  • The image source points to an external Vercel application that generates art based on the word parameter 'eliana'.
  • The interface includes standard GitHub repository features like line numbering and code highlighting for web development.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment