diff options
| author | roy <[email protected]> | 2026-06-06 02:26:57 +0300 |
|---|---|---|
| committer | roy <[email protected]> | 2026-06-06 02:26:57 +0300 |
| commit | 09825a72480f091853c8ea754e1e65eaff87d0f1 (patch) | |
| tree | 08c2a858fdcad5404a5455a545507a43c9bb166e | |
Initial commit
| -rw-r--r-- | README.md | 0 | ||||
| -rw-r--r-- | index.html | 13 | ||||
| -rw-r--r-- | script.js | 0 | ||||
| -rw-r--r-- | style.css | 4 |
4 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/README.md diff --git a/index.html b/index.html new file mode 100644 index 0000000..583e7ea --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>hiiiii</title> + <link rel="stylesheet" href="style.css"> +</head> +<body> + <div>WIP come back later (:</div> + <script src="script.js"></script> +</body> +</html>
\ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/script.js diff --git a/style.css b/style.css new file mode 100644 index 0000000..5eccafa --- /dev/null +++ b/style.css @@ -0,0 +1,4 @@ +html { + background-color: black; + color: white; +}
\ No newline at end of file |
