diff --git a/deadvey-icon-circle.ico b/deadvey-icon-circle.ico new file mode 100644 index 0000000..46c4676 Binary files /dev/null and b/deadvey-icon-circle.ico differ diff --git a/header-image.png b/header-image.png new file mode 100644 index 0000000..2ff9afc Binary files /dev/null and b/header-image.png differ diff --git a/index.css b/index.css new file mode 100644 index 0000000..16921e5 --- /dev/null +++ b/index.css @@ -0,0 +1,14 @@ +.main { + display: block; + text-align: center; + margin-left: auto; + margin-left: auto; +} +.header-image { + content: url("header-image.png"); + width: 400px; +} + +body { + background-color: #4C4E52; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..ab11e01 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + + + DeaDvey's Domain + + + + +
+ +
+
+
+ + +