summaryrefslogtreecommitdiff
path: root/static/css/index.html
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-11 16:51:27 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-11 16:51:27 +0200
commit628a4df0df81347c74a88e4c110066c9dc6017d1 (patch)
tree474ba777084cf5593c79330b71539f2a4fa7733f /static/css/index.html
parent43974d0908a341ef8dd5d100a63563784fdbf70c (diff)
Refactor partials, layout and sass files
Diffstat (limited to 'static/css/index.html')
-rw-r--r--static/css/index.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/static/css/index.html b/static/css/index.html
deleted file mode 100644
index 05c6126..0000000
--- a/static/css/index.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!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>