-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (30 loc) · 1.27 KB
/
index.html
File metadata and controls
36 lines (30 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OnlyDans</title>
<meta name="description" content="OnlyDans Unofficial Website">
<meta name="keywords" content="Only, Dans, OnlyDans, Unofficial, Website, Site">
<meta name="author" content="Eclipse Developer">
<meta name="organization" content="Eclipse Developments">
<meta name="url" content="https://eclipsedev1337.github.io/OnlyDans">
<link rel="icon" type="image/png" href="https://eclipsedev1337.github.io/OnlyDans/assets/branding/favicon.ico">
<link rel="stylesheet" href="https://eclipsedev1337.github.io/OnlyDans/assets/styling.css">
<script src="https://eclipsedev1337.github.io/OnlyDans/assets/scripting.js" defer></script>
<style>
body {
background: linear-gradient(240deg, #000000 40%, #0d1b2a 70%);
color: white;
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
</style>
</head>
</html>