Files
ion606.github.io/README.html
T
2024-04-06 21:37:17 -07:00

52 lines
944 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ION606.com</title>
<script src="https://gist.github.com/ION606/4aae09270d1b72c2d8196aaf2e59782b.js"></script>
</head>
<style>
body, .gist article {
background-color: #0D1117;
color: #E6EDF3
}
body {
padding-bottom: 20px;
padding-top: 20px;
}
.gist article {
max-width: 1000px;
margin: auto;
border-radius: 10px;
border: #E6EDF3 solid 1px;
/* margin-bottom: 50px; */
}
.gist .gist-file {
border:none;
}
#file-readme-md-readme {
background-color: #0D1117;
border: none;
}
.gist .markdown-body img {
background: none;
}
hr {
padding: 10em;
}
</style>
<body style="background-color: #0D1117">
</body>
</html>