Skip to content

Instantly share code, notes, and snippets.

View denysvega's full-sized avatar

Denys Vega denysvega

View GitHub Profile
@denysvega
denysvega / loading.html
Created May 5, 2022 13:30
Simple Loading Indicator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Loading Indicator</title>
<meta name="description" content="A simple loading indicator" />
<meta name="author" content="Denys Vega" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
</head>