diff options
author | codecalm <codecalm@gmail.com> | 2020-02-27 16:10:34 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-02-27 16:10:34 +0100 |
commit | f1bd122490135b6ed8f544d5e046ae420ca80375 (patch) | |
tree | 606e6243082a9b1a333c8fc99a03ede73a160703 /index.html | |
download | tabler-icons-f1bd122490135b6ed8f544d5e046ae420ca80375.tar.xz |
first commit
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 00000000..83a8ea38 --- /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, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <title>Tabler Icons</title> +</head> +<body> + +</body> +</html> |