Skip to content

Instantly share code, notes, and snippets.

View meysam81's full-sized avatar
๐Ÿ“
Learning

Meysam meysam81

๐Ÿ“
Learning
View GitHub Profile
@meysam81
meysam81 / index.html
Last active December 17, 2023 04:33 — forked from pitch-gist/gist:2999707
Single-page HTML maintenance page
<!DOCTYPE html>
<title>Site Maintenance</title>
<style>
body {
text-align: center;
padding: 150px;
}
h1 {
font-size: 50px;
}