Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
clone1018 committed Sep 5, 2023
0 parents commit b10c857
Showing 1 changed file with 183 additions and 0 deletions.
183 changes: 183 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,183 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Glimesh</title>

<style>
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}

body {
line-height: 1;
}

ol,
ul {
list-style: none;
}

blockquote,
q {
quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}


body {
background-color: #060818;
color: #fff;
font-family: sans-serif;
}

a {
color: #fff;
}

h1 {
font-size: 2em;
margin-bottom: 10px;
}

p {
margin-bottom: 10px;
}

html,
body {
height: 100%;
}

body {
display: flex;
justify-content: center;
align-items: center;
}
</style>
</head>

<body>
<div>
<h1>Here lies Glimesh,</h1>
<p>the best streaming site to ever exist.</p>

<a href="https://github.com/Glimesh">Source Code</a> - <a href="mailto:[email protected]">Contact</a>
</div>
</body>

</html>

0 comments on commit b10c857

Please sign in to comment.