diff options
| author | s1n <[email protected]> | 2019-08-06 20:18:19 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-06 20:18:19 -0700 |
| commit | 24a46ff986ef1461132cb26ee1bbe332b1596fc2 (patch) | |
| tree | 4bd2c34b0ebe9752092fff70a3d368f904241452 | |
| parent | Create main.css (diff) | |
| download | pure-css-gradient-24a46ff986ef1461132cb26ee1bbe332b1596fc2.tar.xz pure-css-gradient-24a46ff986ef1461132cb26ee1bbe332b1596fc2.zip | |
Create index.html
| -rw-r--r-- | index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..d0d1947 --- /dev/null +++ b/index.html @@ -0,0 +1,16 @@ +<!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>s1nical - Pure CSS Gradient</title> + <link rel="stylesheet" href="./css/main.css"> + </head> + + <body> + + </body> + +</html> |