aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-02-25 22:52:58 -0500
committerAlee <Alee14498@gmail.com>2019-02-25 22:52:58 -0500
commitd07dcb94f15d39b507619592c33b49ab4181f099 (patch)
tree84c493426daa34022cc4f0b5bb7202aae41c0637
parentce472d96ea4a4b2e279510dc8ee15bfd888ffba1 (diff)
downloadMelreum-Theme-d07dcb94f15d39b507619592c33b49ab4181f099.tar.gz
Melreum-Theme-d07dcb94f15d39b507619592c33b49ab4181f099.tar.bz2
Melreum-Theme-d07dcb94f15d39b507619592c33b49ab4181f099.zip
Added files
-rw-r--r--index.html12
-rw-r--r--style.css7
2 files changed, 19 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..4c4c7f7
--- /dev/null
+++ b/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
+ <title>Platreum</title>
+</head>
+<body>
+<h1>Hello World!</h1>
+</body>
+</html> \ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..c693bcc
--- /dev/null
+++ b/style.css
@@ -0,0 +1,7 @@
+body {
+ font-family: Arial, Helvetica, sans-serif;
+ padding: 0;
+ margin: 0;
+ background: #333;
+ color: white
+}