diff options
author | HyTeYT | 2018-08-24 13:28:44 +0200 |
---|---|---|
committer | HyTeYT | 2018-08-24 13:28:44 +0200 |
commit | c1105086e4cb55b8a9febd3e6f4db91f20a93ddf (patch) | |
tree | 69cc348dd7e65245e91c6b469a4c22e1cad07d6f | |
parent | 9683a79106a18a57c37eb9606719bc7310d3ef6f (diff) |
added file structure
-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 |