diff options
-rw-r--r-- | assets/css/style.css | 1 | ||||
-rw-r--r-- | index.html | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 0000000..8d1c8b6 --- /dev/null +++ b/assets/css/style.css @@ -0,0 +1 @@ + diff --git a/index.html b/index.html new file mode 100644 index 0000000..c217ab3 --- /dev/null +++ b/index.html @@ -0,0 +1,8 @@ +<html> + <head> + <title></title> + <meta content=""> + <style></style> + </head> + <body></body> +</html>
\ No newline at end of file |