diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-05 16:22:04 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-05 16:22:04 +0200 |
commit | 43974d0908a341ef8dd5d100a63563784fdbf70c (patch) | |
tree | 15e46d41a546f123b1304c8d4cd1ddee017d55f7 /static/css/index.html |
Initial commit
Diffstat (limited to 'static/css/index.html')
-rw-r--r-- | static/css/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/static/css/index.html b/static/css/index.html new file mode 100644 index 0000000..05c6126 --- /dev/null +++ b/static/css/index.html @@ -0,0 +1,21 @@ +<!doctype html> +<html> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <title>Your page title</title> + + <link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css"> <!--[if lte IE 8]> + <link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/grids-responsive-old-ie-min.css"> + <![endif]--> + <!--[if gt IE 8]><!--> + <link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/grids-responsive-min.css"> + <!--<![endif]--></head> + +<body> + <!-- + Your HTML goes here. Visit purecss.io/layouts/ for some sample HTML code. + --> +</body> +</html> |